mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-04 01:06:48 +00:00
chore: Enable clang-tidy v21 new checks (#7031)
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
||||
void
|
||||
signal()
|
||||
{
|
||||
std::lock_guard const lk(mutex_);
|
||||
std::scoped_lock const lk(mutex_);
|
||||
signaled_ = true;
|
||||
cv_.notify_all();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user