aboutsummaryrefslogtreecommitdiffstats
path: root/les/distributor_test.go
diff options
context:
space:
mode:
authorferhat elmas <elmas.ferhat@gmail.com>2017-11-08 18:45:52 +0800
committerFelix Lange <fjl@users.noreply.github.com>2017-11-08 18:45:52 +0800
commit9619a610248e9630968ba1d9be8e214b645c9c55 (patch)
tree5844cfbee9a0ac5750dcc803cea461f75969f74e /les/distributor_test.go
parentbfdc0fa3622d7c3b421d2f5a6dda5746be41bfde (diff)
downloadgo-tangerine-9619a610248e9630968ba1d9be8e214b645c9c55.tar
go-tangerine-9619a610248e9630968ba1d9be8e214b645c9c55.tar.gz
go-tangerine-9619a610248e9630968ba1d9be8e214b645c9c55.tar.bz2
go-tangerine-9619a610248e9630968ba1d9be8e214b645c9c55.tar.lz
go-tangerine-9619a610248e9630968ba1d9be8e214b645c9c55.tar.xz
go-tangerine-9619a610248e9630968ba1d9be8e214b645c9c55.tar.zst
go-tangerine-9619a610248e9630968ba1d9be8e214b645c9c55.zip
all: gofmt -w -s (#15419)
Diffstat (limited to 'les/distributor_test.go')
-rw-r--r--les/distributor_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/les/distributor_test.go b/les/distributor_test.go
index 4e7f8bd29..55defb69b 100644
--- a/les/distributor_test.go
+++ b/les/distributor_test.go
@@ -124,7 +124,7 @@ func testRequestDistributor(t *testing.T, resend bool) {
dist := newRequestDistributor(nil, stop)
var peers [testDistPeerCount]*testDistPeer
- for i, _ := range peers {
+ for i := range peers {
peers[i] = &testDistPeer{}
go peers[i].worker(t, !resend, stop)
dist.registerTestPeer(peers[i])