Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolsson committed May 13, 2024
1 parent 885784c commit b7d8edc
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -421,15 +421,14 @@ impl ByteStoreProvider for Provider {
let futures = requests
.map(|request| {
let client = client.clone();
let result = retry_call(
retry_call(
client,
move |mut client, _| {
let request = request.clone();
async move { client.find_missing_blobs(request).await }
},
status_is_retryable,
);
result
)
})
.collect::<Vec<_>>();

Expand Down

0 comments on commit b7d8edc

Please sign in to comment.