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
}