mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-19 19:30:44 +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
|
||||
|
||||
// Pass 1: dump file writer.
|
||||
dumpMu sync.Mutex
|
||||
dumpBuf *bufio.Writer
|
||||
dumpFile *os.File
|
||||
dumpMu sync.Mutex
|
||||
dumpBuf *bufio.Writer
|
||||
dumpFile *os.File
|
||||
storageRecordsWritten atomic.Uint64
|
||||
|
||||
errMu sync.Mutex
|
||||
|
|
|
|||
Loading…
Reference in a new issue