mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-30 00:25:52 +00:00
[CI] clang-tidy auto fixes (#1352)
Fixes #1351. Please review and commit clang-tidy fixes. Co-authored-by: kuznetsss <kuznetsss@users.noreply.github.com> Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com>
This commit is contained in:
committed by
GitHub
parent
25876aef9b
commit
3fa1df9117
@@ -97,7 +97,7 @@ public:
|
||||
*
|
||||
* @param val The value that is deprecated
|
||||
*/
|
||||
Deprecated(T val) : value_(val)
|
||||
Deprecated(T val) : value_(std::move(val))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user