Skip to content

Commit

Permalink
Run mix format
Browse files Browse the repository at this point in the history
  • Loading branch information
achempion committed Dec 9, 2024
1 parent 3571ad2 commit d6614e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/waffle/file.ex
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ defmodule Waffle.File do
{:ok, :retry} -> request(remote_path, headers, options, tries + 1)
{:error, :out_of_tries} -> {:error, :recv_timeout}
end

{:ok, 503, _headers, client_ref} = response ->
case retry(tries, options) do
{:ok, :retry} ->
Expand All @@ -230,7 +230,6 @@ defmodule Waffle.File do
:hackney.close(client_ref)
{:error, {:waffle_hackney_error, response}}


_err ->
{:error, :waffle_hackney_error}
end
Expand Down

0 comments on commit d6614e8

Please sign in to comment.