style: File is not gofmt-ed with -s

This commit is contained in:
Enrico Stahn 2022-02-08 22:59:15 +01:00
parent 38770fc6e9
commit 8930163e8d
No known key found for this signature in database
GPG key ID: 5263621C269A50DE

View file

@ -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,