Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Jan 16, 2025
1 parent bf6d024 commit 3510962
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions benches/client_stack.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,9 @@ fn protocol() {
"./tests/assets/p256_cert.der",
"./tests/assets/p256_key.der",
),
SignatureScheme::RsaPssRsaSha256 => (
"./tests/assets/rsa_cert.der",
"./tests/assets/rsa_key.der",
),
SignatureScheme::RsaPssRsaSha256 => {
("./tests/assets/rsa_cert.der", "./tests/assets/rsa_key.der")
}
_ => unreachable!("Unknown ciphersuite {:?}", ciphersuite),
};
let mut server =
Expand Down

0 comments on commit 3510962

Please sign in to comment.