mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-11 01:03:11 +00:00
go fmt
This commit is contained in:
parent
c0494a42f4
commit
6551b41f12
@ -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) {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user