Dialyzer: fix pattern match coverage
This commit is contained in:
parent
88042109a3
commit
65ac513776
|
@ -55,12 +55,6 @@ def create do
|
||||||
|
|
||||||
{:error, term} when is_binary(term) ->
|
{:error, term} when is_binary(term) ->
|
||||||
IO.puts(:stderr, "The database for #{inspect(@repo)} couldn't be created: #{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
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue