mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-27 09:00:32 +00:00
chore: Enable clang-tidy misc checks (#6655)
This commit is contained in:
@@ -33,7 +33,7 @@ public:
|
||||
void
|
||||
add(beast::IP::Endpoint ep, C& c, std::uint32_t hops = 0)
|
||||
{
|
||||
Endpoint cep{ep, hops};
|
||||
Endpoint const cep{ep, hops};
|
||||
c.insert(cep);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user