Skip to content

Commit f04fb2d

Browse files
committed
Fix formatting
1 parent 3c20a6c commit f04fb2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/bitwarden-crypto/src/keys/master_key.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ pub(super) fn decrypt_user_key(
151151
user_key.unwrap_with(&stretched_key)
152152
}
153153
EncString::Cose_Encrypt0_B64 { .. } => {
154-
return Err(CryptoError::OperationNotSupported(
154+
Err(CryptoError::OperationNotSupported(
155155
crate::error::UnsupportedOperation::EncryptionNotImplementedForKey,
156-
));
156+
))
157157
}
158158
}
159159
}

0 commit comments

Comments
 (0)