From 6551b41f12f9f91b05f395c7b4d9f59f81c2f4f4 Mon Sep 17 00:00:00 2001 From: Adin Schmahmann Date: Fri, 18 Oct 2019 04:25:52 -0400 Subject: [PATCH] go fmt --- floodsub_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}