mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26: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 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();
|
next = done.next();
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user