From 3da1bf8ca18f54d9bd2c8c110854dc071ee3898b Mon Sep 17 00:00:00 2001 From: Zach Date: Tue, 12 Dec 2017 18:05:47 +0000 Subject: all: use gometalinter.v2, fix new gosimple issues (#15650) --- ethstats/ethstats.go | 1 - 1 file changed, 1 deletion(-) (limited to 'ethstats/ethstats.go') 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 { -- cgit v1.2.3