Skip to content

Commit 0e456cd

Browse files
committed
review: cargo fmt
1 parent a042b3d commit 0e456cd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/matrix-sdk-crypto-ffi/src/machine.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,11 +1537,11 @@ impl OlmMachine {
15371537

15381538
/// Clear any in-memory caches because they may be out of sync with the
15391539
/// underlying data store.
1540-
///
1540+
///
15411541
/// The crypto store layer is caching olm sessions for a given device.
15421542
/// When used in a multi-process context this cache will get outdated.
1543-
/// If the machine is used by another process, the cache must be invalidating when the
1544-
/// main process is resumed.
1543+
/// If the machine is used by another process, the cache must be
1544+
/// invalidating when the main process is resumed.
15451545
pub async fn clear_crypto_cache(&self) {
15461546
self.inner.clear_crypto_cache().await
15471547
}

0 commit comments

Comments
 (0)