Skip to content

Commit

Permalink
remove empty depenencies argument to target object
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicegginton committed Jan 11, 2021
1 parent fa2c415 commit d1df3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ let package = Package(
.library(name: "Nanoseconds", targets: ["Nanoseconds"])
],
targets: [
.target(name: "Nanoseconds", dependencies: []),
.target(name: "Nanoseconds"),
.testTarget(name: "NanosecondsTests", dependencies: ["Nanoseconds"])
]
)

0 comments on commit d1df3a4

Please sign in to comment.