mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-29 01:50:29 +00:00
style: Set clang-format width 100 (#2953)
This commit is contained in:
@@ -107,7 +107,8 @@ doSession(
|
||||
|
||||
} // namespace
|
||||
|
||||
TestHttpServer::TestHttpServer(boost::asio::io_context& context, std::string host) : acceptor_(context)
|
||||
TestHttpServer::TestHttpServer(boost::asio::io_context& context, std::string host)
|
||||
: acceptor_(context)
|
||||
{
|
||||
boost::asio::ip::tcp::resolver resolver{context};
|
||||
auto const results = resolver.resolve(host, "0");
|
||||
|
||||
Reference in New Issue
Block a user