Commit 6dfb6a56 authored by Geoff Simmons's avatar Geoff Simmons

go fmt fix.

parent 5b54ff96
...@@ -180,7 +180,7 @@ func TestDefaultRead(t *testing.T) { ...@@ -180,7 +180,7 @@ func TestDefaultRead(t *testing.T) {
t.Fatal("Read(): " + err.Error()) t.Fatal("Read(): " + err.Error())
} }
status := <- statusChan status := <-statusChan
if status != Status(EOF) { if status != Status(EOF) {
t.Errorf("expected EOF status got: %s", status.Error()) t.Errorf("expected EOF status got: %s", status.Error())
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment