mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 17:56:49 +00:00
chore: Enable clang-tidy v21 new checks (#7031)
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
void
|
||||
processTask(int instance) override
|
||||
{
|
||||
std::lock_guard const lk{mut};
|
||||
std::scoped_lock const lk{mut};
|
||||
if (--count == 0)
|
||||
cv.notify_all();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user