Skip to content

Commit c5d7dac

Browse files
committed
Added newline at the end of file to fix build warning.
1 parent 2628fbf commit c5d7dac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers/OrderingRules/SA1206DeclarationKeywordsMustFollowOrder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,4 +177,4 @@ private static string GetModifierTypeText(ModifierType modifierType)
177177

178178
private static bool AccessOrStaticModifierNotFollowingOtherModifier(ModifierType current, ModifierType previous) => (current == ModifierType.Access || current == ModifierType.Static) && previous != ModifierType.Other;
179179
}
180-
}
180+
}

0 commit comments

Comments
 (0)