File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- From 99a8cba01d7cd210e09e717973fd84b99cdd3a5f Mon Sep 17 00:00:00 2001
1
+ From 1d441b6136ba0325b740665807f7783f90713b92 Mon Sep 17 00:00:00 2001
2
2
From: Chris Rummel <
[email protected] >
3
- Date: Thu, 1 Apr 2021 15:18:25 -0500
3
+ Date: Thu, 1 Apr 2021 17:46:44 -0500
4
4
Subject: [PATCH 12/12] Fix ambiguous reference.
5
5
6
6
---
7
7
.../CSharp/WrapStatements/CSharpWrapStatementsFixAllProvider.cs | 1 -
8
8
1 file changed, 1 deletion(-)
9
9
10
10
diff --git a/src/Roslyn.Diagnostics.Analyzers/CSharp/WrapStatements/CSharpWrapStatementsFixAllProvider.cs b/src/Roslyn.Diagnostics.Analyzers/CSharp/WrapStatements/CSharpWrapStatementsFixAllProvider.cs
11
- index cc0e65411..99fcd8571 100644
11
+ index cc0e65411..302051f4d 100644
12
12
--- a/src/Roslyn.Diagnostics.Analyzers/CSharp/WrapStatements/CSharpWrapStatementsFixAllProvider.cs
13
13
+++ b/src/Roslyn.Diagnostics.Analyzers/CSharp/WrapStatements/CSharpWrapStatementsFixAllProvider.cs
14
- @@ -5,7 +5,6 @@
14
+ @@ -3,7 +3,6 @@
15
+ using System.Collections.Immutable;
16
+ using System.Threading.Tasks;
15
17
using Microsoft.CodeAnalysis;
16
- using Microsoft.CodeAnalysis.CodeFixes;
18
+ - using Microsoft.CodeAnalysis.CodeFixes;
17
19
using Roslyn.Diagnostics.Analyzers;
18
- - using StyleCop.Analyzers.Helpers;
20
+ using StyleCop.Analyzers.Helpers;
19
21
20
- namespace Roslyn.Diagnostics.CSharp.Analyzers.WrapStatements
21
- {
22
22
- -
23
23
2.18.0
24
24
You can’t perform that action at this time.
0 commit comments