Fix lint issue in the Package manifest

This commit is contained in:
Alexandr Goncharov 2020-06-24 20:57:19 +03:00 committed by GitHub
parent 780aa86403
commit f546063aa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ let package = Package(
]),
.testTarget(
name: "ConfTests",
dependencies: ["Conf"]),
dependencies: ["Conf"])
],
swiftLanguageVersions: [.v5]
)