Skip to content

Commit 7734c3d

Browse files
authored
Merge pull request #2067 from ahoppen/trailing-comma
Remove trailing comma
2 parents 20f0d3f + 6a3afea commit 7734c3d

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)