Skip to content

Commit

Permalink
Fix indentation in TDS::Driver class
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlan authored and wonderix committed Nov 3, 2023
1 parent 050b404 commit 98b9167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tds/driver.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ class TDS::Driver < DB::Driver

def build : DB::Connection
TDS::Connection.new(@options, @tds_options)
end
end
end

def connection_builder(uri : URI) : DB::ConnectionBuilder
params = HTTP::Params.parse(uri.query || "")
Expand Down

0 comments on commit 98b9167

Please sign in to comment.