Skip to content

Commit 9674be7

Browse files
committed
chore: fmt
Signed-off-by: Benjamin Bouvier <[email protected]>
1 parent 7516400 commit 9674be7

File tree

1 file changed

+2
-2
lines changed
  • crates/matrix-sdk-crypto/src/store

1 file changed

+2
-2
lines changed

crates/matrix-sdk-crypto/src/store/locks.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ impl CryptoStoreLock {
119119
// max_backoff.
120120
let wait = self.backoff;
121121

122-
// If we've set the sentinel value before, that means this wait would be longer than
123-
// the max backoff, so abort.
122+
// If we've set the sentinel value before, that means this wait would be longer
123+
// than the max backoff, so abort.
124124
if wait == u32::MAX {
125125
// We've reached the maximum backoff, abandon.
126126
return Err(LockStoreError::LockTimeout.into());

0 commit comments

Comments
 (0)