Skip to content

Commit 80cd7df

Browse files
committed
Put these in a region
1 parent a0bbd0b commit 80cd7df

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

BinaryObjectScanner/Data/StaticChecks.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ public static List<IExecutableCheck<PortableExecutable>> PortableExecutableCheck
118118

119119
#endregion
120120

121+
#region Helpers
122+
121123
/// <summary>
122124
/// Initialize all implementations of a type
123125
/// </summary>
@@ -176,6 +178,8 @@ public static List<IExecutableCheck<PortableExecutable>> PortableExecutableCheck
176178
}
177179

178180
return classTypes;
179-
}
181+
}
182+
183+
#endregion
180184
}
181185
}

0 commit comments

Comments
 (0)