mirror of
https://github.com/chatmail/core.git
synced 2026-05-23 00:36:32 +03:00
fix lint that ci complained about
This commit is contained in:
@@ -225,7 +225,7 @@ impl MimeMessage {
|
|||||||
context: &Context,
|
context: &Context,
|
||||||
org_bytes: u32,
|
org_bytes: u32,
|
||||||
) -> Result<()> {
|
) -> Result<()> {
|
||||||
let mut text = format!(
|
let text = format!(
|
||||||
"[{}]",
|
"[{}]",
|
||||||
stock_str::partial_download_msg_body(context, org_bytes).await
|
stock_str::partial_download_msg_body(context, org_bytes).await
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user