Skip to content

Commit 446ddec

Browse files
Update rust/cert-tools/src/cli_args.rs
Co-authored-by: Nick <[email protected]>
1 parent b2a7c96 commit 446ddec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust/cert-tools/src/cli_args.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ impl CertInput {
9191
let certs = parse_pem_contents(&file_contents).with_whatever_context(|_| {
9292
format!(
9393
"failed to parse PEM contents from {path:?}",
94-
path = self.path()
9594
)
9695
})?;
9796
ensure_whatever!(

0 commit comments

Comments
 (0)