mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
whitespace stylecop fixes for Wox.Infra (#5689)
* Limited to whitespace * removing stylecop again
This commit is contained in:
@@ -10,6 +10,7 @@ namespace Wox.Infrastructure.FileSystemHelper
|
||||
public class FileVersionInfoWrapper : IFileVersionInfoWrapper
|
||||
{
|
||||
public FileVersionInfoWrapper() { }
|
||||
|
||||
public FileVersionInfo GetVersionInfo(string path)
|
||||
{
|
||||
if (File.Exists(path))
|
||||
|
||||
@@ -9,6 +9,7 @@ namespace Wox.Infrastructure.FileSystemHelper
|
||||
public interface IFileVersionInfoWrapper
|
||||
{
|
||||
FileVersionInfo GetVersionInfo(string path);
|
||||
|
||||
string FileDescription { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user