Update README.md

Fix indentation.
reqwest-tracing-0.2
Luca Palmieri 2021-09-29 11:40:21 +01:00 committed by GitHub
parent a3926c9f6f
commit 924557f0be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ async fn main() {
// Retry failed requests. // Retry failed requests.
.with(RetryTransientMiddleware::new_with_policy(retry_policy)) .with(RetryTransientMiddleware::new_with_policy(retry_policy))
.build(); .build();
run(client).await; run(client).await;
} }
async fn run(client: ClientWithMiddleware) { async fn run(client: ClientWithMiddleware) {