Skip to content

Commit

Permalink
run gofmt to fix bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
greg7mdp committed Nov 25, 2021
1 parent de27165 commit 516e2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/worker.go
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ func newWorker(config *Config, chainConfig *params.ChainConfig, engine consensus
go worker.newWorkLoop(recommit)
if !flashbots.isFlashbots {
// only mine if not flashbots
worker.wg.Add(2)
worker.wg.Add(2)
go worker.resultLoop()
go worker.taskLoop()
}
Expand Down

0 comments on commit 516e2c3

Please sign in to comment.