Skip to content

Commit caae677

Browse files
committed
Remove trailing comma that made format check fail.
1 parent a0ff1be commit caae677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftLexicalLookupTest/NameLookupTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ final class testNameLookup: XCTestCase {
150150
"6️⃣": [
151151
.fromScope(ClosureExprSyntax.self, expectedNames: ["3️⃣"]),
152152
.fromScope(CodeBlockSyntax.self, expectedNames: ["1️⃣"]),
153-
],
153+
]
154154
],
155155
expectedResultTypes: .all(
156156
ClosureCaptureSyntax.self,

0 commit comments

Comments
 (0)