Skip to content

Commit 42662c6

Browse files
committed
Fix violation of SA1013
1 parent 6f049f8 commit 42662c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers.CodeFixes/ReadabilityRules/SA1139CodeFixProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ internal class SA1139CodeFixProvider : CodeFixProvider
3030
{ SyntaxKind.LongKeyword, "L" },
3131
{ SyntaxKind.ULongKeyword, "UL" },
3232
{ SyntaxKind.UIntKeyword, "U" },
33-
{ SyntaxKind.FloatKeyword, "F"},
33+
{ SyntaxKind.FloatKeyword, "F" },
3434
{ SyntaxKind.DoubleKeyword, "D" },
3535
{ SyntaxKind.DecimalKeyword, "M" }
3636
};

0 commit comments

Comments
 (0)