mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 19:56:00 +00:00
style: clang-tidy auto fixes (#1925)
Fixes #1924. Please review and commit clang-tidy fixes. Co-authored-by: godexsoft <385326+godexsoft@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c9e8330e0a
commit
918a92eeee
@@ -36,6 +36,7 @@
|
||||
#include <memory>
|
||||
#include <optional>
|
||||
#include <string>
|
||||
#include <utility>
|
||||
|
||||
namespace rpc {
|
||||
|
||||
@@ -97,7 +98,7 @@ public:
|
||||
std::shared_ptr<BackendInterface> const& sharedPtrBackend,
|
||||
std::shared_ptr<data::AmendmentCenterInterface const> amendmentCenter
|
||||
)
|
||||
: sharedPtrBackend_(sharedPtrBackend), amendmentCenter_(amendmentCenter)
|
||||
: sharedPtrBackend_(sharedPtrBackend), amendmentCenter_(std::move(amendmentCenter))
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user