From 1b0ca377af2c9c7ac903660921218b4e7b147b97 Mon Sep 17 00:00:00 2001 From: "Matt T. Proud" Date: Thu, 21 Mar 2013 18:11:34 +0100 Subject: [PATCH] Reformat. --- web/web.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/web.go b/web/web.go index 74e5f1222..050367257 100644 --- a/web/web.go +++ b/web/web.go @@ -26,8 +26,8 @@ import ( // Commandline flags. var ( - listenAddress = flag.String("listenAddress", ":9090", "Address to listen on for web interface.") - useLocalAssets = flag.Bool("localAssets", false, "Read assets/templates from file instead of binary.") + listenAddress = flag.String("listenAddress", ":9090", "Address to listen on for web interface.") + useLocalAssets = flag.Bool("localAssets", false, "Read assets/templates from file instead of binary.") ) func StartServing(appState *appstate.ApplicationState) {