mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-29 18:10:34 +00:00
refactor: Enable remaining clang-tidy cppcoreguidelines checks (#6538)
This commit is contained in:
@@ -27,7 +27,7 @@ class WSClientImpl : public WSClient
|
||||
{
|
||||
Json::Value jv;
|
||||
|
||||
explicit msg(Json::Value&& jv_) : jv(jv_)
|
||||
explicit msg(Json::Value&& jv_) : jv(std::move(jv_))
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user