mirror of
https://github.com/TrueLayer/reqwest-middleware.git
synced 2024-12-26 19:06:31 +00:00
Update README.md
Fix indentation.
This commit is contained in:
parent
a3926c9f6f
commit
924557f0be
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue