mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 07:06:42 +00:00
core/filtermaps: gofmt
This commit is contained in:
parent
f14ec73a88
commit
6b8576cbc0
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ func (f *FilterMaps) safeDeleteRange(removeFn func(ethdb.KeyValueRangeDeleter) e
|
|||
default:
|
||||
}
|
||||
if !retry {
|
||||
log.Info(action + " in progress...", "elapsed", time.Since(start))
|
||||
log.Info(action+" in progress...", "elapsed", time.Since(start))
|
||||
retry = true
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue