mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-08 19:26:45 +00:00
refactor: Enable remaining clang-tidy cppcoreguidelines checks (#6538)
This commit is contained in:
@@ -100,8 +100,8 @@ public:
|
||||
Handoff
|
||||
onHandoff(
|
||||
Session& session,
|
||||
std::unique_ptr<stream_type>&& bundle,
|
||||
http_request_type&& request,
|
||||
std::unique_ptr<stream_type> const& bundle,
|
||||
http_request_type const& request,
|
||||
boost::asio::ip::tcp::endpoint remote_address)
|
||||
{
|
||||
return Handoff{};
|
||||
@@ -110,7 +110,7 @@ public:
|
||||
Handoff
|
||||
onHandoff(
|
||||
Session& session,
|
||||
http_request_type&& request,
|
||||
http_request_type const& request,
|
||||
boost::asio::ip::tcp::endpoint remote_address)
|
||||
{
|
||||
return Handoff{};
|
||||
@@ -308,8 +308,8 @@ public:
|
||||
Handoff
|
||||
onHandoff(
|
||||
Session& session,
|
||||
std::unique_ptr<stream_type>&& bundle,
|
||||
http_request_type&& request,
|
||||
std::unique_ptr<stream_type> const& bundle,
|
||||
http_request_type const& request,
|
||||
boost::asio::ip::tcp::endpoint remote_address)
|
||||
{
|
||||
return Handoff{};
|
||||
@@ -318,7 +318,7 @@ public:
|
||||
Handoff
|
||||
onHandoff(
|
||||
Session& session,
|
||||
http_request_type&& request,
|
||||
http_request_type const& request,
|
||||
boost::asio::ip::tcp::endpoint remote_address)
|
||||
{
|
||||
return Handoff{};
|
||||
|
||||
Reference in New Issue
Block a user