Skip to content

Commit baa087e

Browse files
committed
Reformat
1 parent 90184c3 commit baa087e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftParserTest/DeclarationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1344,7 +1344,7 @@ final class DeclarationTests: XCTestCase {
13441344
DiagnosticSpec(locationMarker: "1️⃣", message: "expected parameter clause in function signature"),
13451345
DiagnosticSpec(locationMarker: "1️⃣", message: "unexpected code ': Int = A.M1' before macro"),
13461346
DiagnosticSpec(locationMarker: "2️⃣", message: "expected parameter clause in function signature"),
1347-
DiagnosticSpec(locationMarker: "2️⃣", message: "unexpected code ': T = A.M4 where T.Assoc: P' before macro")
1347+
DiagnosticSpec(locationMarker: "2️⃣", message: "unexpected code ': T = A.M4 where T.Assoc: P' before macro"),
13481348
]
13491349
)
13501350

0 commit comments

Comments
 (0)