forked from TrueCloudLab/lego
Run gofmt on acme/tls_sni_challenge.
This commit is contained in:
parent
a528107826
commit
237689b0cf
1 changed files with 2 additions and 2 deletions
|
@ -146,8 +146,8 @@ func (t *tlsSNIChallenge) startSNITLSServer(cert tls.Certificate) {
|
|||
}
|
||||
// Signal successfull start
|
||||
t.start <- tlsListener
|
||||
|
||||
|
||||
http.Serve(tlsListener, nil)
|
||||
|
||||
|
||||
t.end <- nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue