diff --git a/WeChatFerry/spy/rpc_server.cpp b/WeChatFerry/spy/rpc_server.cpp index 8f01ab7..418af65 100644 --- a/WeChatFerry/spy/rpc_server.cpp +++ b/WeChatFerry/spy/rpc_server.cpp @@ -54,8 +54,10 @@ void RpcServer::destroyInstance() } } -RpcServer::RpcServer(int port) : port_(port), handler_(message::Handler::getInstance() { - LOG_DEBUG("RpcServer 构造: 端口 {}", port_); } +RpcServer::RpcServer(int port) : port_(port), handler_(message::Handler::getInstance()) +{ + LOG_DEBUG("RpcServer 构造: 端口 {}", port_); +} RpcServer::~RpcServer() {