Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Rychlewski authored and Greg Rychlewski committed Jul 1, 2024
1 parent dd74869 commit 5557326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/postgrex/utils.ex
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ defmodule Postgrex.Utils do
List all default extensions.
"""
@spec default_extensions(Keyword.t()) :: [module()]
def default_extensions(opts) do
def default_extensions(opts \\ []) do
Enum.map(@extensions, &{&1, opts})
end

Expand Down

0 comments on commit 5557326

Please sign in to comment.