fix formatting
All checks were successful
continuous-integration/drone/push Build is passing

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

View file

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