From 8930163e8d37174a00c5ab4c73dbc440ffc6fb17 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Tue, 8 Feb 2022 22:59:15 +0100 Subject: [PATCH] style: File is not `gofmt`-ed with `-s` --- phpfpm/exporter.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpfpm/exporter.go b/phpfpm/exporter.go index e644715..e85ab4c 100644 --- a/phpfpm/exporter.go +++ b/phpfpm/exporter.go @@ -213,7 +213,7 @@ func (e *Exporter) Collect(ch chan<- prometheus.Metric) { for childNumber, process := range pool.Processes { childName := fmt.Sprintf("%d", childNumber) - + states := map[string]int{ PoolProcessRequestIdle: 0, PoolProcessRequestRunning: 0,