Skip to content

Commit

Permalink
(nit) swiftlint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mredig committed Jul 20, 2023
1 parent c6caf6d commit f3a72e3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ let package = Package(
.testTarget(
name: "SwiftyUtilsTests",
dependencies: [
"SwiftyUtils",
"SwiftyUtils"
],
path: "Tests",
exclude: exclude,
resources: testResources)])
resources: testResources)
])

0 comments on commit f3a72e3

Please sign in to comment.