Skip to content

Commit 430d399

Browse files
committed
chore(fmt): Fix formatting.
1 parent 5679a45 commit 430d399

File tree

1 file changed

+4
-1
lines changed
  • crates/matrix-sdk-crypto/src/identities

1 file changed

+4
-1
lines changed

crates/matrix-sdk-crypto/src/identities/user.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,10 @@ pub(crate) mod tests {
10671067
bob.get_identity(alice.user_id(), None).await.unwrap().unwrap().other().unwrap();
10681068

10691069
assert!(bobs_own_identity.is_verified(), "Bob's identity should be verified.");
1070-
assert!(!bobs_alice_identity.is_verified(), "Alice's identity should not be considered verified since Bob has not signed it.");
1070+
assert!(
1071+
!bobs_alice_identity.is_verified(),
1072+
"Alice's identity should not be considered verified since Bob has not signed it."
1073+
);
10711074
}
10721075

10731076
#[async_test]

0 commit comments

Comments
 (0)