mirror of
https://github.com/XRPLF/rippled.git
synced 2026-07-28 01:20:32 +00:00
chore: Use clang-tidy v22 new features (#7427)
This commit is contained in:
@@ -169,7 +169,7 @@ public:
|
||||
// Connect to an address
|
||||
template <class Socket>
|
||||
bool
|
||||
connect(Socket& s, typename Socket::endpoint_type const& ep)
|
||||
connect(Socket& s, Socket::endpoint_type const& ep)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user