Skip to content

Commit 516e2c3

Browse files
committed
run gofmt to fix bad indentation
1 parent de27165 commit 516e2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

miner/worker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func newWorker(config *Config, chainConfig *params.ChainConfig, engine consensus
265265
go worker.newWorkLoop(recommit)
266266
if !flashbots.isFlashbots {
267267
// only mine if not flashbots
268-
worker.wg.Add(2)
268+
worker.wg.Add(2)
269269
go worker.resultLoop()
270270
go worker.taskLoop()
271271
}

0 commit comments

Comments
 (0)