Skip to content

Commit fefae1d

Browse files
Fix health prod check
1 parent a1cf882 commit fefae1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PackageHealthProdCheck.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ let package = Package(
2323
"AsposeWordsCloudHealthProdCheck",
2424
.product(name: "SwiftTestReporter", package: "swift-junit"),
2525
.product(name: "AsposeWordsCloud", package: "aspose-words-cloud-swift"),
26-
],
27-
),
26+
]),
2827
]
2928
)

0 commit comments

Comments
 (0)