Skip to content
Snippets Groups Projects
Commit 268b7178 authored by Michael Eischer's avatar Michael Eischer
Browse files

gofmt

parent f06fd712
No related branches found
No related tags found
1 merge request!3Accumulated extensions to goatherd from I4
......@@ -552,7 +552,7 @@ func serve() {
listener, err = tls.Listen("tcp", addr, &tls.Config{
Certificates: []tls.Certificate{cert},
MaxVersion: tls.VersionTLS12,
MaxVersion: tls.VersionTLS12,
})
errFatalf("Error setting up listener: %v\n", err)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment