Skip to content

Commit 3bc85d8

Browse files
rauhulahoppen
authored andcommitted
fix formatting
1 parent 99f91bc commit 3bc85d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/SwiftSyntaxBuilderTest/Assertions.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ func assertBuildResult<T: SyntaxProtocol>(
2323
file: StaticString = #file,
2424
line: UInt = #line
2525
) {
26-
var buildableDescription = format
26+
var buildableDescription =
27+
format
2728
? buildable.formatted().description
2829
: buildable.description
2930
var expectedResult = expectedResult

0 commit comments

Comments
 (0)