Skip to content

Commit 329c106

Browse files
committed
Updated handling of EOF whitespace
* Expand testing scenarios * Enable the custom Fix All provider * Fix bugs and remove dead code
1 parent 9201b20 commit 329c106

3 files changed

Lines changed: 245 additions & 57 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/LayoutRules/SA1518CodeFixProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ internal class SA1518CodeFixProvider : CodeFixProvider
2828
/// <inheritdoc/>
2929
public override FixAllProvider GetFixAllProvider()
3030
{
31-
return CustomFixAllProviders.BatchFixer;
31+
return FixAll.Instance;
3232
}
3333

3434
/// <inheritdoc/>

0 commit comments

Comments
 (0)