diff --git a/matrix_sdk_crypto/src/store/mod.rs b/matrix_sdk_crypto/src/store/mod.rs index 91be9598..0c133447 100644 --- a/matrix_sdk_crypto/src/store/mod.rs +++ b/matrix_sdk_crypto/src/store/mod.rs @@ -184,7 +184,6 @@ pub trait CryptoStore: Debug { /// Get all the devices of the given user. /// - /// /// # Arguments /// /// * `user_id` - The user for which we should get all the devices.