mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
Missing rustfmt
This commit is contained in:
@@ -857,7 +857,9 @@ mod tests {
|
||||
assert_eq!(vec![account_id], encrypted_ids);
|
||||
|
||||
for id in encrypted_ids {
|
||||
let res = accounts.load_encrypted_account(id, "secret".to_string()).await;
|
||||
let res = accounts
|
||||
.load_encrypted_account(id, "secret".to_string())
|
||||
.await;
|
||||
assert!(res.is_ok());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user