mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
chore: rustfmt
This commit is contained in:
@@ -379,7 +379,8 @@ impl Message {
|
||||
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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user