mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
core: fix lint
This commit is contained in:
parent
582216adfa
commit
988438b67c
1 changed files with 0 additions and 1 deletions
|
|
@ -217,5 +217,4 @@ func (indexer *txIndexer) close() {
|
||||||
<-ch
|
<-ch
|
||||||
case <-indexer.closed:
|
case <-indexer.closed:
|
||||||
}
|
}
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue