diff --git a/crates/matrix-sdk/src/test_utils/mocks.rs b/crates/matrix-sdk/src/test_utils/mocks.rs index 7c778dfd85b..e9ed6a4454a 100644 --- a/crates/matrix-sdk/src/test_utils/mocks.rs +++ b/crates/matrix-sdk/src/test_utils/mocks.rs @@ -513,10 +513,10 @@ impl MatrixMockServer { /// /// # #[cfg(feature = "e2e-encryption")] /// # { - /// let exists = - /// client.encryption().backups().exists_on_server().await.unwrap(); + /// let exists = + /// client.encryption().backups().exists_on_server().await.unwrap(); /// - /// assert!(exists); + /// assert!(exists); /// # } /// # }); /// ```