From 8f218ba04a379e827922a7d1c2501ee96d528636 Mon Sep 17 00:00:00 2001 From: Codeb Fan Date: Fri, 13 Nov 2015 00:25:42 +0800 Subject: [PATCH] gofmt twemproxy_test.go --- plugins/twemproxy/twemproxy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/twemproxy/twemproxy_test.go b/plugins/twemproxy/twemproxy_test.go index 887a770e4..d89ccab9e 100644 --- a/plugins/twemproxy/twemproxy_test.go +++ b/plugins/twemproxy/twemproxy_test.go @@ -1,9 +1,9 @@ package twemproxy import ( + "encoding/json" "net" "testing" - "encoding/json" "github.com/influxdb/telegraf/testutil" "github.com/stretchr/testify/assert"