Skip to content

Commit a7e23c0

Browse files
committed
🎨 Apply cargo fmt formatting
1 parent f0d822d commit a7e23c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/tls.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,10 @@ where
109109

110110
Err(io::Error::new(
111111
InvalidData,
112-
format!("No valid private keys (RSA or PKCS8) found in '{}'", path.as_ref().display()),
112+
format!(
113+
"No valid private keys (RSA or PKCS8) found in '{}'",
114+
path.as_ref().display()
115+
),
113116
))
114117
}
115118

0 commit comments

Comments
 (0)