chore: rustfmt

This commit is contained in:
link2xt
2023-07-11 00:03:57 +00:00
parent ea4a0530b8
commit a464cbdfe6

View File

@@ -2062,7 +2062,8 @@ async fn handle_mdn(
Ok((msg_id, chat_id, msg_state)) Ok((msg_id, chat_id, msg_state))
}, },
) )
.await? else { .await?
else {
info!( info!(
context, context,
"Ignoring MDN, found no message with Message-ID {rfc724_mid:?} sent by us in the database.", "Ignoring MDN, found no message with Message-ID {rfc724_mid:?} sent by us in the database.",