Skip to content

Commit 2133ace

Browse files
committed
Fix violation of SA1500 that was revealed by the SA1413 fix all
1 parent 385264e commit 2133ace

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers.Test/OrderingRules/SA1208UnitTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,8 @@ namespace Test
136136
class A
137137
{
138138
}
139-
}", };
139+
}",
140+
};
140141

141142
DiagnosticResult[] expected =
142143
{

0 commit comments

Comments
 (0)