We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dae3d commit bd934c0Copy full SHA for bd934c0
BinaryObjectScanner/Data/StaticChecks.cs
@@ -123,8 +123,8 @@ public static List<IExecutableCheck<PortableExecutable>> PortableExecutableCheck
123
/// <summary>
124
/// Initialize all implementations of a type
125
/// </summary>
126
- private static List<T>? InitCheckClasses<T>() =>
127
- InitCheckClasses<T>(Assembly.GetExecutingAssembly()) ?? [];
+ private static List<T>? InitCheckClasses<T>()
+ => InitCheckClasses<T>(Assembly.GetExecutingAssembly()) ?? [];
128
129
130
0 commit comments