Skip to content

Commit

Permalink
[dialyzer]
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetised committed May 14, 2024
1 parent 1ff9f4d commit d658701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/electric/lib/electric/postgres/migration.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ defmodule Electric.Postgres.Migration do

@doc false
@spec to_ops([String.t()], SchemaLoader.Version.t()) ::
{Changes.Migration.Ops.t(), [Electric.Postgres.relation()]}
{Changes.Migration.ops(), [Electric.Postgres.relation()]}
def to_ops(stmts, schema_version) do
ops = {Changes.Migration.empty_ops(), MapSet.new()}

Expand Down

0 comments on commit d658701

Please sign in to comment.