updating spacing in nginx struct

This commit is contained in:
Benjamin Visser 2018-01-17 12:42:35 -05:00
parent 7a7352ef36
commit 9017d64350

View file

@ -33,9 +33,9 @@ type (
} }
nginxStatusData struct { nginxStatusData struct {
connections_total *prometheus.Desc connections_total *prometheus.Desc
requests_total *prometheus.Desc requests_total *prometheus.Desc
connections *prometheus.Desc connections *prometheus.Desc
} }
) )