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

Commit e35ec1f

Browse files
committed
Fix extra blank line flagged by Ebert.
1 parent 4912a73 commit e35ec1f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/server/statement_cache_test.exs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ defmodule Sqlitex.Server.StatementCacheTest do
1010
cache = S.new(db, 3)
1111
assert %S{cached_stmts: %{}, db: _, limit: 3, lru: [], size: 0} = cache
1212

13-
1413
{cache, stmt1a} = S.prepare(cache, "SELECT 42")
1514
assert %Stmt{column_names: [:"42"], column_types: [nil], statement: ""} = stmt1a
1615

0 commit comments

Comments
 (0)