zeroconf/ZeroconfBonjour: Cleanup formatting from previous commit

This commit is contained in:
Richard Backhouse 2021-01-23 06:13:05 -05:00
parent 06fe30e2bd
commit c72006dbcc
1 changed files with 2 additions and 2 deletions

View File

@ -40,8 +40,8 @@ public:
BonjourMonitor(EventLoop &_loop, DNSServiceRef _service_ref)
:service_ref(_service_ref),
socket_event(_loop,
BIND_THIS_METHOD(OnSocketReady),
SocketDescriptor(DNSServiceRefSockFD(service_ref)))
BIND_THIS_METHOD(OnSocketReady),
SocketDescriptor(DNSServiceRefSockFD(service_ref)))
{
socket_event.ScheduleRead();
}