mirror of
https://github.com/XRPLF/clio.git
synced 2026-04-29 15:37:53 +00:00
[CI] clang-tidy auto fixes (#1190)
This commit is contained in:
committed by
GitHub
parent
97a63db51d
commit
9b0dab602f
@@ -71,7 +71,7 @@ struct BasicScheduledOperation {
|
||||
void
|
||||
emplace(auto&& op)
|
||||
{
|
||||
std::lock_guard lock{m_};
|
||||
std::lock_guard const lock{m_};
|
||||
op_.emplace(std::forward<decltype(op)>(op));
|
||||
ready_.notify_all();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user