Skip to content

Commit 3f5c58c

Browse files
committed
Fix trailing commas
1 parent e86ec5c commit 3f5c58c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Tests/WorkspaceTests/WorkspaceTests.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -10594,7 +10594,7 @@ final class WorkspaceTests: XCTestCase {
1059410594
path: "shack",
1059510595
requirement: .upToNextMajor(from: "1.0.0")
1059610596
),
10597-
],
10597+
]
1059810598
),
1059910599
],
1060010600
packages: [
@@ -10755,7 +10755,7 @@ final class WorkspaceTests: XCTestCase {
1075510755
path: "flowing/water",
1075610756
requirement: .upToNextMajor(from: "1.0.0")
1075710757
),
10758-
],
10758+
]
1075910759
),
1076010760
MockPackage(
1076110761
name: "Lake",
@@ -10771,7 +10771,7 @@ final class WorkspaceTests: XCTestCase {
1077110771
path: "standing/water",
1077210772
requirement: .upToNextMajor(from: "1.0.0")
1077310773
),
10774-
],
10774+
]
1077510775
),
1077610776
],
1077710777
packages: [

0 commit comments

Comments
 (0)