Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eopb committed Nov 7, 2023
1 parent b7017dc commit d297b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reqwest-retry/src/middleware.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use task_local_extensions::Extensions;
/// and can be safely executed again.
///
/// Currently, it allows setting a [RetryPolicy] algorithm for calculating the __wait_time__
/// between each request retry. Sleeping on non-`wasm32` archs is performed using
/// between each request retry. Sleeping on non-`wasm32` archs is performed using
/// [`tokio::time::sleep`], therefore it will respect pauses/auto-advance if run under a
/// runtime that supports them.
///
Expand Down

0 comments on commit d297b1c

Please sign in to comment.