Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
DougGregor committed Apr 26, 2024
1 parent 6a4b342 commit 9020a9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/SourceKitLSPTests/CodeActionTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,8 @@ final class CodeActionTests: XCTestCase {

// Filter out "Add documentation"; we test it elsewhere
if let addDocIndex = resultActions.firstIndex(where: {
$0.title == "Add documentation"}
$0.title == "Add documentation"
}
) {
resultActions.remove(at: addDocIndex)
} else {
Expand Down

0 comments on commit 9020a9c

Please sign in to comment.