Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Oct 8, 2024
1 parent cacf4db commit f4ca816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bitwarden-crypto/src/service/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::{
};

// This is to abstract over the read-only and read-write access to the global keys
// inside the CryptoServiceContext. The read-write access should only be used internally
// inside the CryptoServiceContext. The read-write access should only be used internally
// in this crate to avoid users leaving the crypto store in an inconsistent state,
// but for the moment we have some operations that require access to it.
pub trait GlobalAccessMode<'a, SymmKeyRef: SymmetricKeyRef, AsymmKeyRef: AsymmetricKeyRef> {
Expand Down

0 comments on commit f4ca816

Please sign in to comment.