fix formatting
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Quentin 2023-12-13 10:49:58 +01:00
parent 5a326222c4
commit d31212e56b
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ impl CertStore {
continue; continue;
} }
}; };
let domain = certser.hostname.clone(); let domain = certser.hostname.clone();
let cert = match Cert::new(certser) { let cert = match Cert::new(certser) {
Ok(c) => c, Ok(c) => c,