Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit dd414b1

Browse files
dominicletzConnorRigby
authored andcommitted
fixup
1 parent 855fc4a commit dd414b1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/sqlitex/server.ex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,6 @@ defmodule Sqlitex.Server do
247247
end
248248
end
249249

250-
251-
252250
defp query_impl(sql, stmt_cache, opts) do
253251
with {%Cache{} = new_cache, stmt} <- Cache.prepare(stmt_cache, sql, opts),
254252
{:ok, stmt} <- Statement.bind_values(stmt, Keyword.get(opts, :bind, []), opts),

0 commit comments

Comments
 (0)