chore: rustfmt

This commit is contained in:
link2xt
2023-07-02 01:17:12 +00:00
parent 5024f48609
commit 7d98978269

View File

@@ -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)
}