Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
dedene committed Mar 18, 2023
1 parent eab5ae7 commit 6a41e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/mail_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ pub fn smtp_listen<A: ToSocketAddrs>(
let key_exists = fs::metadata("key.pem").is_ok();

if cert_exists && key_exists {
event!(Level::INFO, "Certificate already exists! Skipping generation...");
event!(Level::INFO, "Certificate already exists! Skipping generation...");
} else {
let mut cert_params = CertificateParams::default();
let mut dis_name = DistinguishedName::new();
Expand Down

0 comments on commit 6a41e8a

Please sign in to comment.