mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +03:00
fix lint that ci complained about
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user