Skip to content

Commit 2cd687c

Browse files
committed
fix: Formatting issues
1 parent ee43b00 commit 2cd687c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/ecto/adapters/sqlite3_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ defmodule Ecto.Adapters.SQLite3Test do
77

88
setup do
99
original_binary_id_type = Application.get_env(:ecto_sqlite3, :binary_id_type)
10+
1011
on_exit(fn ->
1112
Application.put_env(:ecto_sqlite3, :binary_id_type, original_binary_id_type)
1213
end)

0 commit comments

Comments
 (0)