Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Jul 8, 2024
1 parent 34a750e commit 8f2e1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitwarden-crypto/src/keys/pin_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::{
key_encryptable::CryptoKey,
utils::{derive_kdf_key, stretch_kdf_key},
},
CryptoError, EncString, Kdf, KeyDecryptable, KeyEncryptable, Result, SymmetricCryptoKey,
EncString, Kdf, KeyEncryptable, Result, SymmetricCryptoKey,
};

/// Pin Key.
Expand Down

0 comments on commit 8f2e1cc

Please sign in to comment.