Skip to content

Commit cd26ed7

Browse files
fixup: soundness format
1 parent b99b13c commit cd26ed7

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

IntegrationTest/Package.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,7 @@ let package = Package(
5353
),
5454
// Targets to integration test the command plugin
5555
.target(name: "Empty"),
56-
.target(
57-
name: "TypesAOT",
58-
dependencies: [.product(name: "OpenAPIRuntime", package: "swift-openapi-runtime")]
59-
),
56+
.target(name: "TypesAOT", dependencies: [.product(name: "OpenAPIRuntime", package: "swift-openapi-runtime")]),
6057
.target(
6158
name: "TypesAOTWithDependency",
6259
dependencies: ["Empty", .product(name: "OpenAPIRuntime", package: "swift-openapi-runtime")]

0 commit comments

Comments
 (0)