Skip to content

Commit 310e73a

Browse files
committed
Remove parens on function with now params (Credo issue)
1 parent 097cb0d commit 310e73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/adapters/sqlite3.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ defmodule Ecto.Adapters.SQLite3 do
570570
System.cmd(cmd, args, cmd_opts)
571571
end
572572

573-
defp extensions() do
573+
defp extensions do
574574
Application.get_env(:ecto_sqlite3, :type_extensions, [])
575575
end
576576

0 commit comments

Comments
 (0)