1
0
mirror of https://github.com/go-acme/lego.git synced 2024-11-29 09:52:07 +02:00

Run gofmt on acme/tls_sni_challenge.

This commit is contained in:
Tommie Gannert 2015-12-05 11:50:57 +00:00
parent a528107826
commit 237689b0cf

View File

@ -146,8 +146,8 @@ func (t *tlsSNIChallenge) startSNITLSServer(cert tls.Certificate) {
}
// Signal successfull start
t.start <- tlsListener
http.Serve(tlsListener, nil)
t.end <- nil
}