Skip to content

Commit

Permalink
all: gofmt
Browse files Browse the repository at this point in the history
Run standard gofmt command on project root.

- go version go1.10.3 darwin/amd64

Signed-off-by: ia <isaac.ardis@gmail.com>
  • Loading branch information
whilei committed Jun 16, 2018
1 parent 66f3db7 commit 65b3c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/targets_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ func TestNewLazyTargeter(t *testing.T) {
{
Method: "SUBSCRIBE",
URL: "http://foobar.org/sub",
Body: []byte{},
Header: http.Header{"Content-Type": []string{"text/plain"}},
Body: []byte{},
Header: http.Header{"Content-Type": []string{"text/plain"}},
},
} {
var got Target
Expand Down

0 comments on commit 65b3c92

Please sign in to comment.