Commit 4646e472 authored by Shane Curran's avatar Shane Curran
Browse files

fix formatting

parent b82dd107
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -293,8 +293,8 @@ mod test {
            let decrypt_with_cert_check = decrypt
                .decrypt(&priv_cert.pkey, &priv_cert.cert)
                .expect("failed to decrypt cms");
            let decrypt_with_cert_check =
                String::from_utf8(decrypt_with_cert_check).expect("failed to create string from cms content");
            let decrypt_with_cert_check = String::from_utf8(decrypt_with_cert_check)
                .expect("failed to create string from cms content");

            let decrypt_without_cert_check = decrypt
                .decrypt_without_cert_check(&priv_cert.pkey)