Skip to content

Commit edfbcf1

Browse files
committed
fix style
1 parent cca960a commit edfbcf1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers.Test.CSharp10/LayoutRules/SA1516CSharp10UnitTests.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,8 @@ public enum Foobar
126126
},
127127
FixedCode = fixedCode,
128128
};
129-
var expectedDiagnostic = new[] {
129+
var expectedDiagnostic = new[]
130+
{
130131
Diagnostic().WithLocation(0),
131132
Diagnostic().WithLocation(1),
132133
Diagnostic().WithLocation(2),

0 commit comments

Comments
 (0)