mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 07:56:55 -04:00
crypto: Fix a clippy warning.
This commit is contained in:
@@ -414,7 +414,7 @@ pub(crate) mod test {
|
||||
inner: account,
|
||||
store: store.clone(),
|
||||
};
|
||||
let group = GroupSessionManager::new(account.clone(), store.clone());
|
||||
let group = GroupSessionManager::new(account, store.clone());
|
||||
IdentityManager::new(user_id, Arc::new(device_id()), store, group)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user