Fix style
This commit is contained in:
parent
05d3606100
commit
6e7940c06a
@ -16,7 +16,11 @@ var dependencies: [Package.Dependency] = [
|
||||
#if os(Linux)
|
||||
dependencies += [
|
||||
.package(url: "https://github.com/stephencelis/CSQLite", from: "3.50.4"),
|
||||
.package(url: "https://github.com/stephencelis/SQLite.swift", from: "0.15.3", traits: [.defaults, "SQLiteSwiftCSQLite"])
|
||||
.package(
|
||||
url: "https://github.com/stephencelis/SQLite.swift",
|
||||
from: "0.15.3",
|
||||
traits: [.defaults, "SQLiteSwiftCSQLite"]
|
||||
)
|
||||
]
|
||||
#else
|
||||
dependencies.append(.package(url: "https://github.com/stephencelis/SQLite.swift", from: "0.15.3"))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user