feat: makes clippy happy

This commit is contained in:
2023-12-27 00:12:43 +08:00
parent 004df06df2
commit b7d3f77385
2 changed files with 5 additions and 5 deletions

View File

@@ -612,7 +612,7 @@ fn try_decrypt_key_ecdh_pgp_x25519(envelop: &TinyEncryptEnvelop, pin: &Option<St
}
fn try_decrypt_key_gpg(envelop: &TinyEncryptEnvelop) -> XResult<Vec<u8>> {
Ok(util_gpg::gpg_decrypt(&envelop.encrypted_key)?)
util_gpg::gpg_decrypt(&envelop.encrypted_key)
}
#[cfg(feature = "macos")]