From 3b9cc58b9a0cab707d2ddb295134e7255101bbfb Mon Sep 17 00:00:00 2001 From: Greg Linton Date: Wed, 11 May 2016 08:33:10 -0400 Subject: [PATCH] Ran 'go fmt ./...' on code. --- plugins/inputs/haproxy/haproxy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inputs/haproxy/haproxy_test.go b/plugins/inputs/haproxy/haproxy_test.go index 5063d797b..59d53f5bf 100644 --- a/plugins/inputs/haproxy/haproxy_test.go +++ b/plugins/inputs/haproxy/haproxy_test.go @@ -93,7 +93,7 @@ func TestHaproxyGeneratesMetricsWithAuthentication(t *testing.T) { "hrsp_4xx": uint64(2345), "hrsp_5xx": uint64(1056), "hrsp_other": uint64(0), - "lastsess": uint64(0), + "lastsess": uint64(0), "lbtot": uint64(171013), "qcur": uint64(0), "qmax": uint64(0),