Run gofmt.
This commit is contained in:
parent
c1992f18e5
commit
9f046cd88e
13 changed files with 1 additions and 21 deletions
|
|
@ -9,8 +9,6 @@ import (
|
|||
)
|
||||
|
||||
type runitCollector struct {
|
||||
|
||||
|
||||
state, stateDesired, stateNormal *prometheus.GaugeVec
|
||||
}
|
||||
|
||||
|
|
@ -26,7 +24,6 @@ func NewRunitCollector() (Collector, error) {
|
|||
)
|
||||
|
||||
return &runitCollector{
|
||||
|
||||
state: prometheus.NewGaugeVec(
|
||||
prometheus.GaugeOpts{
|
||||
Namespace: Namespace,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue