Skip to content

Commit bbe3e2b

Browse files
committed
Format
1 parent 380a7ef commit bbe3e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SourceKitLSP/Swift/CodeActions/PackageManifestEdits.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct PackageManifestEdits: SyntaxCodeActionProvider {
5959

6060
let variants: [(AddTarget.TestHarness, String)] = [
6161
(.swiftTesting, "Swift Testing"),
62-
(.xctest, "XCTest")
62+
(.xctest, "XCTest"),
6363
]
6464
for (testingLibrary, libraryName) in variants {
6565
// Describe the target we are going to create.

0 commit comments

Comments
 (0)