Skip to content

Commit b99b13c

Browse files
fixup: Remove trailing commas in IntegrationTest/Package.swift for older Swift CI
1 parent d5949a1 commit b99b13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IntegrationTest/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ let package = Package(
5555
.target(name: "Empty"),
5656
.target(
5757
name: "TypesAOT",
58-
dependencies: [.product(name: "OpenAPIRuntime", package: "swift-openapi-runtime")],
58+
dependencies: [.product(name: "OpenAPIRuntime", package: "swift-openapi-runtime")]
5959
),
6060
.target(
6161
name: "TypesAOTWithDependency",
62-
dependencies: ["Empty", .product(name: "OpenAPIRuntime", package: "swift-openapi-runtime")],
62+
dependencies: ["Empty", .product(name: "OpenAPIRuntime", package: "swift-openapi-runtime")]
6363
),
6464
]
6565
)

0 commit comments

Comments
 (0)