Tweak spacing

This commit is contained in:
Josh Deprez 2019-01-20 03:32:01 +00:00
parent f3a7759726
commit ac61e1f959

View file

@ -17,11 +17,13 @@ import (
var (
addr = flag.String("listen-address", ":8080", "The address to listen on for HTTP requests.")
lifepo4weredVars = prometheus.NewGaugeVec(prometheus.GaugeOpts{
lifepo4weredVars = prometheus.NewGaugeVec(
prometheus.GaugeOpts{
Name: "lifepo4wered",
Help: "Variables gathered from the lifepo4wered-cli tool",
},
[]string{"var"})
[]string{"var"},
)
)
func init() {