Skip to content

Commit 9020a9c

Browse files
committed
Reformat
1 parent 6a4b342 commit 9020a9c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Tests/SourceKitLSPTests/CodeActionTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,8 @@ final class CodeActionTests: XCTestCase {
390390

391391
// Filter out "Add documentation"; we test it elsewhere
392392
if let addDocIndex = resultActions.firstIndex(where: {
393-
$0.title == "Add documentation"}
393+
$0.title == "Add documentation"
394+
}
394395
) {
395396
resultActions.remove(at: addDocIndex)
396397
} else {

0 commit comments

Comments
 (0)