Skip to content

Commit 51e6f7f

Browse files
Revert this
1 parent 9e9542c commit 51e6f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Workspaces/Core/Portable/CodeFixes/FixAllOccurrences/BatchFixAllProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Microsoft.CodeAnalysis.CodeFixes
2424
/// </summary>
2525
internal partial class BatchFixAllProvider : FixAllProvider
2626
{
27-
public static readonly BatchFixAllProvider Instance = new BatchFixAllProvider();
27+
public static readonly FixAllProvider Instance = new BatchFixAllProvider();
2828

2929
protected BatchFixAllProvider() { }
3030

0 commit comments

Comments
 (0)