Skip to content

Commit deb0517

Browse files
committed
fixup: Another clippy fix
1 parent 253f5f1 commit deb0517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/matrix-sdk-crypto/src/olm/group_sessions/sender_data_finder.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@ mod tests {
740740
account: &Account,
741741
private_identity: &PrivateCrossSigningIdentity,
742742
) -> Device {
743-
let mut read_only_device = ReadOnlyDevice::from_account(&account);
743+
let mut read_only_device = ReadOnlyDevice::from_account(account);
744744

745745
let self_signing = private_identity.self_signing_key.lock().await;
746746
let self_signing = self_signing.as_ref().unwrap();

0 commit comments

Comments
 (0)