forked from Deuxfleurs/tricot
fix formatting
This commit is contained in:
parent
5a326222c4
commit
d31212e56b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue