Commit 6551b41f authored by Adin Schmahmann's avatar Adin Schmahmann

go fmt

parent c0494a42
......@@ -1423,7 +1423,7 @@ func TestMessageSender(t *testing.T) {
time.Sleep(time.Millisecond * 100)
for i:=0; i < 3; i++ {
for i := 0; i < 3; i++ {
for j := 0; j < 100; j++ {
msg := []byte(fmt.Sprintf("%d sent %d", i, j))
......@@ -1453,4 +1453,4 @@ func TestMessageSender(t *testing.T) {
}
}
}
}
\ No newline at end of file
}
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