mirror of
https://gitea.invidious.io/iv-org/shard-crystal-sqlite3.git
synced 2024-08-15 00:53:26 +00:00
run crystal tool format
This commit is contained in:
parent
b8c598dbc9
commit
b94b2705d1
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ class SQLite3::Connection < DB::Connection
|
|||
journal_mode : String? = nil,
|
||||
synchronous : String? = nil,
|
||||
wal_autocheckpoint : String? = nil do
|
||||
|
||||
def self.from_uri(uri : URI, default = Options.new)
|
||||
params = HTTP::Params.parse(uri.query || "")
|
||||
|
||||
|
|
Loading…
Reference in a new issue