Skip to content

Commit 701cd2e

Browse files
committed
fix goimports formatting
1 parent d68f2e1 commit 701cd2e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/rawdb/chain_iterator.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@ func unindexTransactions(db ethdb.Database, from uint64, to uint64, interrupt ch
303303

304304
// we expect the first number to come in to be [from]. Therefore, setting
305305
// nextNum to from means that the queue gap-evaluation will work correctly
306-
nextNum = from
307-
queue = prque.New[int64, *blockTxHashes](nil)
308-
blocks, txs = 0, 0 // for stats reporting
306+
nextNum = from
307+
queue = prque.New[int64, *blockTxHashes](nil)
308+
blocks, txs = 0, 0 // for stats reporting
309309
loggedFirstBanner = false
310310
)
311311
// Otherwise spin up the concurrent iterator and unindexer

0 commit comments

Comments
 (0)