Skip to content

Commit

Permalink
gofmt -s
Browse files Browse the repository at this point in the history
  • Loading branch information
belak committed Jan 10, 2017
1 parent 6b3c88f commit f336c4f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client_test.go
Expand Up @@ -120,7 +120,7 @@ func TestClientHandler(t *testing.T) {
})

assert.EqualValues(t, []*Message{
&Message{
{
Tags: Tags{},
Prefix: &Prefix{},
Command: "001",
Expand All @@ -133,7 +133,7 @@ func TestClientHandler(t *testing.T) {
err = c.Run()
assert.Equal(t, io.EOF, err)
assert.EqualValues(t, []*Message{
&Message{
{
Tags: Tags{},
Prefix: &Prefix{Name: "world"},
Command: "CTCP",
Expand All @@ -147,7 +147,7 @@ func TestClientHandler(t *testing.T) {
err = c.Run()
assert.Equal(t, io.EOF, err)
assert.EqualValues(t, []*Message{
&Message{
{
Tags: Tags{},
Prefix: &Prefix{Name: "world"},
Command: "PRIVMSG",
Expand Down

0 comments on commit f336c4f

Please sign in to comment.