Skip to content

Commit 7333296

Browse files
committed
Cargo fmt
1 parent 03e3dbd commit 7333296

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

crates/bitwarden-crypto/src/security_state.rs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,12 @@ export type SignedSecurityState = string;
4545
#[derive(Serialize, Deserialize)]
4646
#[serde(rename_all = "camelCase")]
4747
pub struct SecurityState {
48-
/// The entity ID is a permanent, unchangeable, unique identifier for the object this security state applies to.
49-
/// For users, this is the user ID, which never changes.
48+
/// The entity ID is a permanent, unchangeable, unique identifier for the object this security
49+
/// state applies to. For users, this is the user ID, which never changes.
5050
entity_id: ByteBuf,
51-
/// The version of the security state gates feature availability. It can only ever be incremented. Components can use
52-
/// it to gate format support of specific formats (like item url hashes).
51+
/// The version of the security state gates feature availability. It can only ever be
52+
/// incremented. Components can use it to gate format support of specific formats (like
53+
/// item url hashes).
5354
version: u64,
5455
}
5556

0 commit comments

Comments
 (0)