Skip to content

Commit

Permalink
Merge pull request #2740 from eval-exec/patch-1
Browse files Browse the repository at this point in the history
Update mu-store-worker.hh, remove duplicate `;`
  • Loading branch information
djcb authored Aug 8, 2024
2 parents e6c32f6 + d742623 commit 57a611f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mu-store-worker.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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_{};
Expand Down

0 comments on commit 57a611f

Please sign in to comment.