Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Aug 15, 2024
1 parent b0161a0 commit a874395
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/bitwarden-core/src/mobile/client_crypto.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#[cfg(feature = "internal")]
use bitwarden_crypto::{AsymmetricEncString, EncString};

use super::crypto::{derive_key_connector, DeriveKeyConnectorRequest};
use crate::Client;
#[cfg(feature = "internal")]
use crate::{
Expand All @@ -12,8 +13,6 @@ use crate::{
},
};

use super::crypto::{derive_key_connector, DeriveKeyConnectorRequest};

pub struct ClientCrypto<'a> {
pub(crate) client: &'a crate::Client,
}
Expand Down

0 comments on commit a874395

Please sign in to comment.