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 3c48510 commit 109949eCopy full SHA for 109949e
Tests/SwiftSyntaxBuilderTest/VariableTests.swift
@@ -25,7 +25,7 @@ final class VariableTests: XCTestCase {
25
}
26
27
let syntax = buildable.buildSyntax(format: Format(), leadingTrivia: leadingTrivia)
28
- XCTAssertEqual(syntax.description, "␣var d: [String: Int] = [:]")
+ XCTAssertEqual(syntax.description, "␣var d: [String: Int] = [: ]")
29
30
31
func testVariableDeclWithExplictiTrailingCommas() {
0 commit comments