From 6e7940c06a5ac92b10faf5c62b19fb6a02aea59c Mon Sep 17 00:00:00 2001 From: david-swift Date: Wed, 4 Feb 2026 17:10:54 +0100 Subject: [PATCH] Fix style --- Package.swift | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index 69ce391..21614e4 100644 --- a/Package.swift +++ b/Package.swift @@ -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"))