Skip to content

Commit 6fd6776

Browse files
0x084Evweijsters
authored andcommitted
Fixed end of file empty line
Reverted accidentally committed changed in AnalyzerExtensions
1 parent 66377f2 commit 6fd6776

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/ReadabilityRules/SA1135CodeFixProvider.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
namespace StyleCop.Analyzers.ReadabilityRules
55
{
6-
using System.Collections.Generic;
76
using System.Collections.Immutable;
87
using System.Composition;
98
using System.Linq;
@@ -92,4 +91,4 @@ protected override async Task<SyntaxNode> FixAllInDocumentAsync(FixAllContext fi
9291
}
9392
}
9493
}
95-
}
94+
}

StyleCop.Analyzers/StyleCop.Analyzers/ReadabilityRules/SA1135UsingDirectivesMustBeQualified.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ private static void CheckUsingDeclaration(SyntaxNodeAnalysisContext context, Usi
8888
}
8989
}
9090
}
91-
}
91+
}

0 commit comments

Comments
 (0)