Remove useless newline

This commit is contained in:
TwinProduction 2019-11-18 22:52:27 -05:00
parent 20267e686d
commit 87d4b14b66

View File

@ -21,7 +21,6 @@ func GetServiceResults() *map[string][]*core.Result {
func Monitor() {
for _, service := range config.Get().Services {
go func(service *core.Service) {
for {
log.Printf("[watchdog][Monitor] Monitoring serviceName=%s", service.Name)
result := service.EvaluateConditions()