chore: `cargo fmt`

pull/112/head
Ethan Brierley 2023-11-07 09:59:22 +00:00
parent b7017dca6f
commit d297b1c5df
No known key found for this signature in database
GPG Key ID: 65A143F71FF66B09
1 changed files with 1 additions and 1 deletions

View File

@ -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.
///