mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
more braces and whitespace style errors (#5951)
This commit is contained in:
@@ -34,7 +34,6 @@ namespace Microsoft.Plugin.Program.Storage
|
||||
{
|
||||
if (args.IsComplete)
|
||||
{
|
||||
|
||||
try
|
||||
{
|
||||
var packageWrapper = PackageWrapper.GetWrapperFromPackage(args.Package);
|
||||
|
||||
@@ -10,7 +10,6 @@ namespace Microsoft.Plugin.Program.Storage
|
||||
{
|
||||
internal class Win32ProgramFileSystemWatchers : IDisposable
|
||||
{
|
||||
|
||||
public readonly string[] _pathsToWatch;
|
||||
public List<FileSystemWatcherWrapper> _fileSystemWatchers;
|
||||
private bool _disposed = false;
|
||||
|
||||
Reference in New Issue
Block a user