mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 13:36:30 +03:00
happy clippy
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user