Skip to content

Commit 87a8dca

Browse files
format
1 parent cc60245 commit 87a8dca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/adapters/postgres/connection.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@ if Code.ensure_loaded?(Postgrex) do
17611761
do: [?\s, options]
17621762

17631763
defp column_type({:array, type}, opts) do
1764-
[type, opts] = column_type(type, opts)
1764+
[type, opts] = column_type(type, opts)
17651765
[[type, "[]"], opts]
17661766
end
17671767

0 commit comments

Comments
 (0)