lint: apply annoying gofmt

This keeps getting applied every time make test is run.
This commit is contained in:
eenblam 2018-08-31 15:42:15 -07:00
parent 06ba0903e7
commit c917c6ddf5

View file

@ -6,8 +6,8 @@ import (
"io/ioutil" "io/ioutil"
"net/http" "net/http"
"net/url" "net/url"
"strings"
"regexp" "regexp"
"strings"
) )
type JSRequest struct { type JSRequest struct {