Skip to content

Commit c108be1

Browse files
committed
PR cleanup
1 parent d9289e0 commit c108be1

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

src/Microsoft.DotNet.CodeFormatting/AnalyzerFileLoader.cs

Lines changed: 0 additions & 17 deletions
This file was deleted.

src/Microsoft.DotNet.CodeFormatting/FormattingEngineImplementation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ public void AddAnalyzers(ImmutableArray<DiagnosticAnalyzer> analyzers)
654654
}
655655
}
656656

657-
657+
// Simple comparer to ensure we don't add the same analyzer twice given large lists of analyzer assemblies
658658
internal class AnalyzerComparer : IEqualityComparer<DiagnosticAnalyzer>
659659
{
660660
public bool Equals(DiagnosticAnalyzer x, DiagnosticAnalyzer y)

0 commit comments

Comments
 (0)