eth: Lower bound on broadcast - fix gofmt

This commit is contained in:
Alexey Akhunov 2018-09-21 10:57:55 +01:00
parent c91bd9891e
commit 2d9af032b3

View file

@ -587,7 +587,8 @@ func testBroadcastBlock(t *testing.T, totalPeers, broadcastExpected int) {
}
timeoutCh := time.NewTimer(time.Millisecond * 100).C
var receivedCount int
outer: for {
outer:
for {
select {
case err = <-errCh:
break outer