Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
2bc4 committed Dec 29, 2023
1 parent d41f3a1 commit e68baaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/http.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn perform<T: Write>(handle: &mut Easy2<RequestHandler<T>>) -> Result<()> {
Err(_) if retries < constants::HTTP_RETRIES => {
retries += 1;
continue;
},
}
Err(e) => return Err(e.into()),
}
}
Expand Down

0 comments on commit e68baaf

Please sign in to comment.