From e06f70aed6e86a590e2fb4564d91a78561cc1d37 Mon Sep 17 00:00:00 2001 From: Stephen McQuay Date: Sat, 28 Sep 2013 23:03:42 -0700 Subject: [PATCH] go fmt --- control.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/control.go b/control.go index 3d6483f..5381b8b 100644 --- a/control.go +++ b/control.go @@ -85,9 +85,9 @@ func stopGame(w http.ResponseWriter, req *http.Request) { func killServer(w http.ResponseWriter, req *http.Request) { if *profile != "" { - log.Print("trying to stop cpu profile") + log.Print("trying to stop cpu profile") pprof.StopCPUProfile() - log.Print("stopped cpu profile") + log.Print("stopped cpu profile") } - log.Fatal("shit got fucked up") + log.Fatal("shit got fucked up") }