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

View File

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