Skip to content

Commit 5b0ddeb

Browse files
committed
Use efficient fix all provider in SA1004
An efficient fix all provider was implemented, but not actually used.
1 parent 98b446f commit 5b0ddeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers/SpacingRules/SA1004CodeFixProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ internal class SA1004CodeFixProvider : CodeFixProvider
3333
/// <inheritdoc/>
3434
public override FixAllProvider GetFixAllProvider()
3535
{
36-
return CustomFixAllProviders.BatchFixer;
36+
return FixAll.Instance;
3737
}
3838

3939
/// <inheritdoc/>

0 commit comments

Comments
 (0)