core: fix lint

This commit is contained in:
Gary Rong 2024-01-23 21:45:49 +08:00
parent 582216adfa
commit 988438b67c

View file

@ -217,5 +217,4 @@ func (indexer *txIndexer) close() {
<-ch
case <-indexer.closed:
}
return
}