Skip to content

Commit d275f20

Browse files
committed
fmt
1 parent e2c39a2 commit d275f20

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

rust/cert-tools/src/cli_args.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ impl CertInput {
8989
let file_contents = read_file_fn(path)?;
9090

9191
let certs = parse_pem_contents(&file_contents).with_whatever_context(|_| {
92-
format!(
93-
"failed to parse PEM contents from {path:?}",
94-
)
92+
format!("failed to parse PEM contents from {path:?}",)
9593
})?;
9694
ensure_whatever!(
9795
!certs.is_empty(),

0 commit comments

Comments
 (0)