more braces and whitespace style errors (#5951)

This commit is contained in:
Clint Rutkas
2020-08-14 09:22:12 -07:00
committed by GitHub
parent 9e8b0d2807
commit 913615f1c2
14 changed files with 80 additions and 68 deletions

View File

@@ -52,5 +52,7 @@ namespace Microsoft.Plugin.Program
public string UniqueIdentifier { get; set; }
}
public class DisabledProgramSource : ProgramSource { }
public class DisabledProgramSource : ProgramSource
{
}
}