mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 22:30:57 +00:00
chore: Enable clang-tidy modernize checks (#6975)
Co-authored-by: Bart <11445373+bthomee@users.noreply.github.com> Co-authored-by: Bart <bthomee@users.noreply.github.com>
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
#include <boost/asio/ip/address.hpp>
|
||||
#include <boost/asio/ip/tcp.hpp>
|
||||
|
||||
namespace beast {
|
||||
namespace IP {
|
||||
namespace beast::IP {
|
||||
|
||||
Endpoint
|
||||
from_asio(boost::asio::ip::address const& address)
|
||||
@@ -32,5 +31,4 @@ to_asio_endpoint(Endpoint const& endpoint)
|
||||
return boost::asio::ip::tcp::endpoint{endpoint.address(), endpoint.port()};
|
||||
}
|
||||
|
||||
} // namespace IP
|
||||
} // namespace beast
|
||||
} // namespace beast::IP
|
||||
|
||||
Reference in New Issue
Block a user