clang-format
This commit is contained in:
parent
8aed101585
commit
44e290da66
|
@ -164,7 +164,7 @@ void server::start_accept(boost::asio::ssl::context &tls_context,
|
|||
|
||||
void server::start_accept(tcp::acceptor &acceptor, serve_mux &mux) {
|
||||
|
||||
if (!acceptor.is_open()) {
|
||||
if (!acceptor.is_open()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue