beacon/light/request: fix missing bracket

This commit is contained in:
zsfelfoldi 2024-02-16 22:10:49 +01:00
parent 7fa0a003d3
commit 674089a686

View file

@ -213,6 +213,7 @@ func (s *Scheduler) syncLoop() {
case <-s.testWaitCh:
}
}
}
}
// targetChanged returns true if a registered target data structure has been