Skip to content

Commit d3ad4cb

Browse files
committed
Run csharpier
1 parent 87ca874 commit d3ad4cb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

AutomaticInterface/Tests/Infrastructure.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ out var diagnostics
4646
Assert.Empty(errors);
4747

4848
// The first syntax tree is the input code, the second two are the two generated attribute classes, and the rest is the generated code.
49-
return string.Join(Environment.NewLine + Environment.NewLine, outputCompilation.SyntaxTrees.Skip(3));
49+
return string.Join(
50+
Environment.NewLine + Environment.NewLine,
51+
outputCompilation.SyntaxTrees.Skip(3)
52+
);
5053
}
5154
}

0 commit comments

Comments
 (0)