Skip to content

Commit 4f0b9b5

Browse files
committed
Fix formatting
1 parent a80c102 commit 4f0b9b5

File tree

1 file changed

+1
-1
lines changed
  • crates/bitwarden-crypto/src/signing

1 file changed

+1
-1
lines changed

crates/bitwarden-crypto/src/signing/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// Signing is domain-separated within bitwarden, to prevent cross protocol attacks.
22
///
3-
/// A new signed entity or protocol shall use a new signing namespace.
3+
/// A new signed entity or protocol shall use a new signing namespace.
44
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
55
pub enum SigningNamespace {
66
#[allow(dead_code)]

0 commit comments

Comments
 (0)