Skip to content

Commit 6a3afea

Browse files
committed
Remove trailing comma
This restores the ability to build SourceKit-LSP using a Swift 6.0 compiler
1 parent 3cd3865 commit 6a3afea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SKTestSupport/TestSourceKitLSPClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import XCTest
2727
extension SourceKitLSPOptions {
2828
package static func testDefault(
2929
backgroundIndexing: Bool = true,
30-
experimentalFeatures: Set<ExperimentalFeature> = [],
30+
experimentalFeatures: Set<ExperimentalFeature> = []
3131
) async throws -> SourceKitLSPOptions {
3232
let pluginPaths = try await sourceKitPluginPaths
3333
return SourceKitLSPOptions(

0 commit comments

Comments
 (0)