chore: Fix the formatting

This commit is contained in:
Damir Jelić
2024-05-13 12:09:42 +02:00
committed by Benjamin Bouvier
parent 11de0449fa
commit 9ef465fdf4

View File

@@ -4397,7 +4397,8 @@ pub(crate) mod tests {
let ciphertext = key_backup_data.session_data.ciphertext.encode();
let mac = key_backup_data.session_data.mac.encode();
// Prior to the fix for GHSA-9ggc-845v-gcgv, this would produce a `Mac(MacError)`
// Prior to the fix for GHSA-9ggc-845v-gcgv, this would produce a
// `Mac(MacError)`
backup_decryption_key
.decrypt_v1(&ephemeral, &mac, &ciphertext)
.expect("The backed up key should be decrypted successfully");