Tweak spacing
This commit is contained in:
parent
f3a7759726
commit
ac61e1f959
1 changed files with 7 additions and 5 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue