Skip to content

Commit ab40b02

Browse files
committed
Apply fmt
1 parent 387b493 commit ab40b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bitwarden-crypto/src/store/context.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@ impl<Ids: KeyIds> KeyStoreContext<'_, Ids> {
265265
Ok(key_id)
266266
}
267267

268-
/// Makes a new asymmetric encryption key using the current default algorithm, and stores it in the
269-
/// context
268+
/// Makes a new asymmetric encryption key using the current default algorithm, and stores it in
269+
/// the context
270270
pub fn make_asymmetric_key(&mut self, key_id: Ids::Asymmetric) -> Result<Ids::Asymmetric> {
271271
let key = AsymmetricCryptoKey::make(PublicKeyEncryptionAlgorithm::RsaOaepSha1);
272272
#[allow(deprecated)]

0 commit comments

Comments
 (0)