We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c39a2 commit d275f20Copy full SHA for d275f20
1 file changed
rust/cert-tools/src/cli_args.rs
@@ -89,9 +89,7 @@ impl CertInput {
89
let file_contents = read_file_fn(path)?;
90
91
let certs = parse_pem_contents(&file_contents).with_whatever_context(|_| {
92
- format!(
93
- "failed to parse PEM contents from {path:?}",
94
- )
+ format!("failed to parse PEM contents from {path:?}",)
95
})?;
96
ensure_whatever!(
97
!certs.is_empty(),
0 commit comments