diff --git a/floodsub_test.go b/floodsub_test.go index 9927bf8..465114b 100644 --- a/floodsub_test.go +++ b/floodsub_test.go @@ -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 +}