Commit 12181cab authored by Steven Allen's avatar Steven Allen

go fmt

parent 10021b2c
......@@ -377,7 +377,7 @@ func TestFDLimitUnderflow(t *testing.T) {
}
t.Fatal("got dial res, shouldn't")
}
}(peer.ID(fmt.Sprintf("testpeer%d", i % 20)), i)
}(peer.ID(fmt.Sprintf("testpeer%d", i%20)), i)
}
time.Sleep(time.Second * 3)
......
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