Skip to content

Commit 0ab468c

Browse files
committed
cleanup
1 parent b38cfd7 commit 0ab468c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

StyleCop.Analyzers/StyleCop.Analyzers/SpacingRules/SA1001CommasMustBeSpacedCorrectly.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ private static void HandleCommaToken(SyntaxTreeAnalysisContext context, SyntaxTo
8181
if (token.HasLeadingTrivia && token.LeadingTrivia.Any(trivia =>
8282
trivia.IsDirective))
8383
{
84-
// Ignore this comma as it follows a preprocessor directive
8584
return;
8685
}
8786

0 commit comments

Comments
 (0)