Skip to content

Commit

Permalink
Fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG committed Aug 8, 2024
1 parent 1cff89e commit 03389bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "XCUITestHelper",
targets: ["XCUITestHelper"]),
targets: ["XCUITestHelper"])
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
Expand All @@ -22,6 +22,6 @@ let package = Package(
name: "XCUITestHelper"),
.testTarget(
name: "XCUITestHelperTests",
dependencies: ["XCUITestHelper"]),
dependencies: ["XCUITestHelper"])
]
)

0 comments on commit 03389bd

Please sign in to comment.