Skip to content

Commit

Permalink
remove useless else
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Oct 16, 2023
1 parent c8eb354 commit 8c2bc4d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/docker/api.ex
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ defmodule Testcontainers.Docker.Api do
error
end) do
{:ok, container}
else
{:error, other} -> {:error, other}
other -> other
end
end

Expand Down

0 comments on commit 8c2bc4d

Please sign in to comment.