Skip to content

Commit de9e0d9

Browse files
committed
Fixed formatting problem
1 parent 1698fda commit de9e0d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

StyleCop.Analyzers/StyleCop.Analyzers/Helpers/SymbolNameHelpers.cs

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

44
namespace StyleCop.Analyzers.Helpers
55
{
6-
using System.Reflection;
76
using System.Text;
87
using Microsoft.CodeAnalysis;
98
using Microsoft.CodeAnalysis.CSharp;
@@ -209,7 +208,7 @@ private static bool AppendTupleType(StringBuilder builder, INamedTypeSymbol name
209208
}
210209
else
211210
{
212-
return AppendNamedType(builder, namedTypeSymbol.TupleUnderlyingTypeOrSelf(), type);
211+
return AppendNamedType(builder, namedTypeSymbol.TupleUnderlyingTypeOrSelf(), type);
213212
}
214213
}
215214

0 commit comments

Comments
 (0)