Skip to content

Commit bd934c0

Browse files
committed
Formatting change to match current standards
1 parent 14dae3d commit bd934c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BinaryObjectScanner/Data/StaticChecks.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ public static List<IExecutableCheck<PortableExecutable>> PortableExecutableCheck
123123
/// <summary>
124124
/// Initialize all implementations of a type
125125
/// </summary>
126-
private static List<T>? InitCheckClasses<T>() =>
127-
InitCheckClasses<T>(Assembly.GetExecutingAssembly()) ?? [];
126+
private static List<T>? InitCheckClasses<T>()
127+
=> InitCheckClasses<T>(Assembly.GetExecutingAssembly()) ?? [];
128128

129129
/// <summary>
130130
/// Initialize all implementations of a type

0 commit comments

Comments
 (0)