mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-26 05:01:23 -08:00
Reformat.
This commit is contained in:
parent
ceb6611957
commit
1b0ca377af
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue