Dialyzer: fix pattern match coverage

This commit is contained in:
Mark Felder 2024-01-20 17:58:47 -05:00
parent 88042109a3
commit 65ac513776
1 changed files with 0 additions and 6 deletions

View File

@ -55,12 +55,6 @@ defmodule Pleroma.ReleaseTasks do
{:error, term} when is_binary(term) ->
IO.puts(:stderr, "The database for #{inspect(@repo)} couldn't be created: #{term}")
{:error, term} ->
IO.puts(
:stderr,
"The database for #{inspect(@repo)} couldn't be created: #{inspect(term)}"
)
end
end
end