Skip to content

Commit 21e3cf2

Browse files
committed
format
1 parent 817fc58 commit 21e3cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/PackageToJS/Tests/ExampleTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ extension Trait where Self == ConditionTrait {
414414
) { packageDir, _, runSwift in
415415
try runSwift(
416416
["package", "--disable-sandbox"] + Self.stackSizeLinkerFlags + [
417-
"--swift-sdk", swiftSDKID, "js", "test"
417+
"--swift-sdk", swiftSDKID, "js", "test",
418418
],
419419
[:]
420420
)

0 commit comments

Comments
 (0)