From df2bcf6f1faac5c1e1632d166ab73c2f28fbeafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Sat, 11 Jul 2020 09:45:52 +0200 Subject: [PATCH] crypto: Style fix for a doc comment. --- matrix_sdk_crypto/src/store/mod.rs | 1 - 1 file changed, 1 deletion(-) 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.