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 3b2b9b4 commit 1d1df0fCopy full SHA for 1d1df0f
Tests/SwiftFormatTests/SyntaxValidatingVisitorTests.swift
@@ -28,7 +28,7 @@ final class SyntaxValidatingVisitorTests: XCTestCase {
28
var bar = 0
29
}
30
"""
31
- assertInvalidSyntax(in: input, atLine: 1, column: 1)
+ assertInvalidSyntax(in: input, atLine: 1, column: 7)
32
33
input =
34
0 commit comments