Merge pull request #2740 from eval-exec/patch-1
Update mu-store-worker.hh, remove duplicate `;`
This commit is contained in:
@ -159,7 +159,7 @@ private:
|
|||||||
size_t cleanup_orphans();
|
size_t cleanup_orphans();
|
||||||
|
|
||||||
QueueType q_;
|
QueueType q_;
|
||||||
Store& store_;;
|
Store& store_;
|
||||||
std::thread runner_;
|
std::thread runner_;
|
||||||
std::atomic<bool> running_{};
|
std::atomic<bool> running_{};
|
||||||
SexpCommandHandler sexp_handler_{};
|
SexpCommandHandler sexp_handler_{};
|
||||||
|
|||||||
Reference in New Issue
Block a user