We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f91bc commit 3bc85d8Copy full SHA for 3bc85d8
Tests/SwiftSyntaxBuilderTest/Assertions.swift
@@ -23,7 +23,8 @@ func assertBuildResult<T: SyntaxProtocol>(
23
file: StaticString = #file,
24
line: UInt = #line
25
) {
26
- var buildableDescription = format
+ var buildableDescription =
27
+ format
28
? buildable.formatted().description
29
: buildable.description
30
var expectedResult = expectedResult
0 commit comments