style: File is not gofmt
-ed with -s
This commit is contained in:
parent
38770fc6e9
commit
8930163e8d
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ func (e *Exporter) Collect(ch chan<- prometheus.Metric) {
|
||||||
|
|
||||||
for childNumber, process := range pool.Processes {
|
for childNumber, process := range pool.Processes {
|
||||||
childName := fmt.Sprintf("%d", childNumber)
|
childName := fmt.Sprintf("%d", childNumber)
|
||||||
|
|
||||||
states := map[string]int{
|
states := map[string]int{
|
||||||
PoolProcessRequestIdle: 0,
|
PoolProcessRequestIdle: 0,
|
||||||
PoolProcessRequestRunning: 0,
|
PoolProcessRequestRunning: 0,
|
||||||
|
|
Loading…
Reference in a new issue