From c917c6ddf5d84ae2e095e6ef5c3ff10defdd7a0f Mon Sep 17 00:00:00 2001 From: eenblam Date: Fri, 31 Aug 2018 15:42:15 -0700 Subject: [PATCH] lint: apply annoying gofmt This keeps getting applied every time make test is run. --- modules/http_proxy_js_request.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/http_proxy_js_request.go b/modules/http_proxy_js_request.go index d1ec1b47..cc59b534 100644 --- a/modules/http_proxy_js_request.go +++ b/modules/http_proxy_js_request.go @@ -6,8 +6,8 @@ import ( "io/ioutil" "net/http" "net/url" - "strings" "regexp" + "strings" ) type JSRequest struct {