Commit e3c0715e authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

fmt

parent d44a42b0
......@@ -150,7 +150,7 @@ func TestMuxConn_lotsOfData(t *testing.T) {
t.Fatalf("err: %s", err)
}
for i := 0; i < 4096 * 4; i++ {
for i := 0; i < 4096*4; i++ {
if _, err := s0.Write([]byte("hello")); err != nil {
t.Fatalf("err: %s", err)
}
......
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