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 f85f28c commit f5c8b29
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 @@ -57,7 +57,7 @@ defmodule Postgrex.Utils do
@doc """
List all default extensions.
"""
@spec default_extensions(Keyword.t()) :: [module()]
@spec default_extensions(Keyword.t()) :: [{module(), Keyword.t()}]
def default_extensions(opts \\ []) do
Enum.map(@extensions, &{&1, opts})
end
Expand Down

0 comments on commit f5c8b29

Please sign in to comment.