Skip to content

Commit 972c7d6

Browse files
committed
fmt
1 parent 98acd6c commit 972c7d6

File tree

1 file changed

+3
-1
lines changed
  • crates/stackable-certs/src/ca

1 file changed

+3
-1
lines changed

crates/stackable-certs/src/ca/mod.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,9 @@ mod tests {
509509
let mut ca = CertificateAuthority::new_rsa().unwrap();
510510
let cert = ca
511511
.generate_rsa_leaf_certificate("Product", "pod", [TEST_SAN], TEST_CERT_LIFETIME)
512-
.expect("Must be able to generate an RSA certificate. Perhaps there was an RNG failure");
512+
.expect(
513+
"Must be able to generate an RSA certificate. Perhaps there was an RNG failure",
514+
);
513515

514516
assert_cert_attributes(cert.certificate());
515517
}

0 commit comments

Comments
 (0)