diff --git a/llarp/service/endpoint.cpp b/llarp/service/endpoint.cpp index f2493db83..ef9af325f 100644 --- a/llarp/service/endpoint.cpp +++ b/llarp/service/endpoint.cpp @@ -306,8 +306,7 @@ namespace llarp continue; std::array< byte_t, 128 > tmp = {0}; llarp_buffer_t buf(tmp); - if(SendToServiceOrQueue(introset.A.Addr(), buf, - eProtocolControl)) + if(SendToServiceOrQueue(introset.A.Addr(), buf, eProtocolControl)) LogInfo(Name(), " send message to ", introset.A.Addr(), " for tag ", tag.ToString()); else