diff options
author | Zach <zach.ramsay@gmail.com> | 2017-12-13 02:05:47 +0800 |
---|---|---|
committer | Felix Lange <fjl@users.noreply.github.com> | 2017-12-13 02:05:47 +0800 |
commit | 3da1bf8ca18f54d9bd2c8c110854dc071ee3898b (patch) | |
tree | 8346c96f35f065f098944e425baca74880965232 /ethstats/ethstats.go | |
parent | bbea4b2b53be53fc07b620c426bda80732a8814b (diff) | |
download | go-tangerine-3da1bf8ca18f54d9bd2c8c110854dc071ee3898b.tar go-tangerine-3da1bf8ca18f54d9bd2c8c110854dc071ee3898b.tar.gz go-tangerine-3da1bf8ca18f54d9bd2c8c110854dc071ee3898b.tar.bz2 go-tangerine-3da1bf8ca18f54d9bd2c8c110854dc071ee3898b.tar.lz go-tangerine-3da1bf8ca18f54d9bd2c8c110854dc071ee3898b.tar.xz go-tangerine-3da1bf8ca18f54d9bd2c8c110854dc071ee3898b.tar.zst go-tangerine-3da1bf8ca18f54d9bd2c8c110854dc071ee3898b.zip |
all: use gometalinter.v2, fix new gosimple issues (#15650)
Diffstat (limited to 'ethstats/ethstats.go')
-rw-r--r-- | ethstats/ethstats.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ethstats/ethstats.go b/ethstats/ethstats.go index 77784ff4a..7065d7162 100644 --- a/ethstats/ethstats.go +++ b/ethstats/ethstats.go @@ -193,7 +193,6 @@ func (s *Service) loop() { } } close(quitCh) - return }() // Loop reporting until termination for { |