From baf1da8c0f7373d9c33ba6f94b0c4a89ec67de3e Mon Sep 17 00:00:00 2001 From: Hector Date: Mon, 30 Aug 2021 08:06:32 +0100 Subject: [PATCH] go fmt --- src/exporter.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/exporter.go b/src/exporter.go index 102cb76..d1d8bab 100644 --- a/src/exporter.go +++ b/src/exporter.go @@ -88,12 +88,12 @@ var ( ) type Exporter struct { - db *fail2banDb.Fail2BanDB - socketPath string - lastError error - dbErrorCount int + db *fail2banDb.Fail2BanDB + socketPath string + lastError error + dbErrorCount int socketConnectionErrorCount int - socketRequestErrorCount int + socketRequestErrorCount int } func (e *Exporter) Describe(ch chan<- *prometheus.Desc) {