Skip to content

Commit 3d2367a

Browse files
committed
Fix clippy
1 parent c15dc55 commit 3d2367a

File tree

1 file changed

+1
-1
lines changed
  • crates/bitwarden-core/src/key_management

1 file changed

+1
-1
lines changed

crates/bitwarden-core/src/key_management/crypto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ pub(super) async fn initialize_user_crypto(
165165
client.internal.init_user_id(user_id)?;
166166
}
167167

168-
let account_crypto_state = (&req).account_cryptographic_state.to_owned();
168+
let account_crypto_state = req.account_cryptographic_state.to_owned();
169169
let _span_guard = tracing::info_span!(
170170
"User Crypto Initialization",
171171
user_id = ?client.internal.get_user_id(),

0 commit comments

Comments
 (0)