mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 03:10:48 +00:00
trie: fix lint
This commit is contained in:
parent
1a0a4c4f61
commit
9589d690eb
1 changed files with 6 additions and 6 deletions
|
|
@ -64,9 +64,9 @@ type inspector struct {
|
||||||
sem *semaphore.Weighted
|
sem *semaphore.Weighted
|
||||||
|
|
||||||
// Pass 1: dump file writer.
|
// Pass 1: dump file writer.
|
||||||
dumpMu sync.Mutex
|
dumpMu sync.Mutex
|
||||||
dumpBuf *bufio.Writer
|
dumpBuf *bufio.Writer
|
||||||
dumpFile *os.File
|
dumpFile *os.File
|
||||||
storageRecordsWritten atomic.Uint64
|
storageRecordsWritten atomic.Uint64
|
||||||
|
|
||||||
errMu sync.Mutex
|
errMu sync.Mutex
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue