diff --git a/nano/node/node.cpp b/nano/node/node.cpp index ef0939074..87ae5dce1 100644 --- a/nano/node/node.cpp +++ b/nano/node/node.cpp @@ -1020,7 +1020,8 @@ public: if ((outstanding.empty () || node->unresponsive_work_peers) && (node->config.work_threads != 0 || node->work.opencl)) { local_generation_started = true; - node->work.generate (this_l->root, [this_l](boost::optional const & work_a) { + node->work.generate ( + this_l->root, [this_l](boost::optional const & work_a) { if (work_a) { this_l->set_once (work_a.value ());