style fixup

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2024-08-30 11:20:55 +02:00
parent 12ada78b95
commit 069897c77f

View File

@ -160,7 +160,5 @@ pub(crate) fn verify_signature(
}
// neither a keyring nor a certificate was detect, so we abort here
Err(format_err!(
"'key-path' contains neither a keyring nor a certificate, aborting!"
))
bail!("'key-path' contains neither a keyring nor a certificate, aborting!");
}