diff --git a/appview/state/router.go b/appview/state/router.go
index 2c9dc75a..ee343fce 100644
--- a/appview/state/router.go
+++ b/appview/state/router.go
@@ -175,7 +175,7 @@ func (s *State) Core() http.HandlerFunc {
return func(w http.ResponseWriter, r *http.Request) {
if r.URL.Query().Get("go-get") == "1" {
w.Header().Set("Content-Type", "text/html")
- w.Write([]byte(``))
+ w.Write([]byte(``))
return
}