mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-03 16:56:48 +00:00
refactor: Enable remaining clang-tidy cppcoreguidelines checks (#6538)
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
{
|
||||
auto onFetch = [&](error_code const& errorCode,
|
||||
endpoint_type const& endpoint,
|
||||
xrpl::detail::response_type&& resp) {
|
||||
xrpl::detail::response_type const& resp) {
|
||||
BEAST_EXPECT(!errorCode);
|
||||
lastEndpoint_ = endpoint;
|
||||
resolved_[endpoint.address().to_string()]++;
|
||||
|
||||
Reference in New Issue
Block a user