ran gofmt

This commit is contained in:
Brad Rydzewski 2014-03-13 18:49:49 -07:00
parent 1a153b8e80
commit 3d4e3168b7
2 changed files with 2 additions and 2 deletions

View file

@ -46,4 +46,4 @@ func TestWrite(t *testing.T) {
if got != want {
t.Errorf("Exepected WriteHost returned %s, got %s", want, got)
}
}
}

View file

@ -60,4 +60,4 @@ func TestWrite(t *testing.T) {
if got != want {
t.Errorf("Exepected WriteEntrypoint returned %s, got %s", want, got)
}
}
}