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 f0d822d commit a7e23c0Copy full SHA for a7e23c0
src/tls.rs
@@ -109,7 +109,10 @@ where
109
110
Err(io::Error::new(
111
InvalidData,
112
- format!("No valid private keys (RSA or PKCS8) found in '{}'", path.as_ref().display()),
+ format!(
113
+ "No valid private keys (RSA or PKCS8) found in '{}'",
114
+ path.as_ref().display()
115
+ ),
116
))
117
}
118
0 commit comments