Fix formatting

This commit is contained in:
Bond_009
2020-02-23 12:22:48 +01:00
parent 07cc4be6a7
commit a2f955e2eb
+1 -1
View File
@@ -5,7 +5,7 @@
<Rule Id="SA1202" Action="Info" />
<!-- disable warning SA1204: Static members must appear before non-static members -->
<Rule Id="SA1204" Action="Info" />
<!-- disable warning SA1404: Code analysis suppression should have justification -->
<!-- disable warning SA1404: Code analysis suppression should have justification -->
<Rule Id="SA1404" Action="Info" />
<!-- disable warning SA1009: Closing parenthesis should be followed by a space. -->