happy clippy

This commit is contained in:
dignifiedquire
2023-07-25 21:33:04 +02:00
parent b8e2989819
commit 438cf0d953

View File

@@ -543,7 +543,7 @@ async fn run_get_request(
};
let start = start.next(blob.hash);
let done = on_blob(context, &rt, &jobs, &ticket, start, &blob.name).await?;
let done = on_blob(context, &rt, jobs, &ticket, start, &blob.name).await?;
next = done.next();
};