Merge pull request #2740 from eval-exec/patch-1

Update mu-store-worker.hh, remove duplicate `;`
This commit is contained in:
Dirk-Jan C. Binnema
2024-08-08 12:47:14 +03:00
committed by GitHub

View File

@ -159,7 +159,7 @@ private:
size_t cleanup_orphans();
QueueType q_;
Store& store_;;
Store& store_;
std::thread runner_;
std::atomic<bool> running_{};
SexpCommandHandler sexp_handler_{};