mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 23:06:32 +03:00
chore: rustfmt
This commit is contained in:
@@ -379,7 +379,8 @@ impl Message {
|
|||||||
Ok(msg)
|
Ok(msg)
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
.await.with_context(|| format!("failed to load message {id} from the database"))?;
|
.await
|
||||||
|
.with_context(|| format!("failed to load message {id} from the database"))?;
|
||||||
|
|
||||||
Ok(msg)
|
Ok(msg)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user