Skip to content

Commit 7e27340

Browse files
committed
Merge pull request #2005 from sharwell/fix-warning
Fix SA1508 warning that snuck in
2 parents 7659ae9 + 83db101 commit 7e27340

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers.Test/NamingRules/SA1303UnitTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ public enum SpecialFile
214214
}";
215215

216216
await this.VerifyCSharpDiagnosticAsync(testCode, EmptyDiagnosticResults, CancellationToken.None).ConfigureAwait(false);
217-
218217
}
219218

220219
protected override IEnumerable<DiagnosticAnalyzer> GetCSharpDiagnosticAnalyzers()

0 commit comments

Comments
 (0)