From 865508d22b2786caa51ebf750df9a08c6ac63e52 Mon Sep 17 00:00:00 2001 From: Marko Crnic Date: Wed, 4 May 2016 09:43:10 +0200 Subject: [PATCH] Fix formatting for haproxy tests --- plugins/inputs/haproxy/haproxy_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/inputs/haproxy/haproxy_test.go b/plugins/inputs/haproxy/haproxy_test.go index 7ce2a4cdc..f9057e0cd 100644 --- a/plugins/inputs/haproxy/haproxy_test.go +++ b/plugins/inputs/haproxy/haproxy_test.go @@ -1,14 +1,14 @@ package haproxy import ( - "fmt" - "strings" - "testing" "crypto/rand" "encoding/binary" + "fmt" "net" "net/http" "net/http/httptest" + "strings" + "testing" "github.com/influxdata/telegraf/testutil" "github.com/stretchr/testify/assert"