Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
quexten committed Jan 1, 2025
1 parent 78fb9ea commit 8792669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions crates/bitwarden-crypto/src/aes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
//! [KeyEncryptable][crate::KeyEncryptable] & [KeyDecryptable][crate::KeyDecryptable] instead.
use aes::cipher::{
block_padding::Pkcs7,
typenum::U32,
BlockDecryptMut, BlockEncryptMut, KeyIvInit,
block_padding::Pkcs7, typenum::U32, BlockDecryptMut, BlockEncryptMut, KeyIvInit,
};
use generic_array::GenericArray;
use hmac::Mac;
Expand Down
4 changes: 1 addition & 3 deletions crates/bitwarden-crypto/src/enc_string/symmetric.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,7 @@ mod tests {
use schemars::schema_for;

use super::EncString;
use crate::{
derive_symmetric_key, KeyDecryptable, KeyEncryptable,
};
use crate::{derive_symmetric_key, KeyDecryptable, KeyEncryptable};

#[test]
fn test_enc_string_roundtrip() {
Expand Down

0 comments on commit 8792669

Please sign in to comment.