Skip to content

Commit

Permalink
swiftlint autocorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand committed Nov 8, 2019
1 parent b3e481a commit 4f61d44
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 @@ -9,7 +9,7 @@ let package = Package(
.iOS(.v13)
],
products: [
.library(name: "___PRODUCT___",targets: ["___PRODUCT___"])
.library(name: "___PRODUCT___", targets: ["___PRODUCT___"])
],
dependencies: [
.package(url: "https://github.com/4d-for-ios/QMobileUI.git", .revision("HEAD"))
Expand Down

0 comments on commit 4f61d44

Please sign in to comment.