fix lint that ci complained about

This commit is contained in:
Simon Laux
2025-11-12 19:38:15 +01:00
committed by link2xt
parent 869a6bda68
commit d475c6519a

View File

@@ -225,7 +225,7 @@ impl MimeMessage {
context: &Context,
org_bytes: u32,
) -> Result<()> {
let mut text = format!(
let text = format!(
"[{}]",
stock_str::partial_download_msg_body(context, org_bytes).await
);