Reformat.

This commit is contained in:
Matt T. Proud 2013-03-21 18:11:34 +01:00
parent ceb6611957
commit 1b0ca377af

View file

@ -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) {