mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-21 23:43:27 +01:00
Remove useless newline
This commit is contained in:
parent
20267e686d
commit
87d4b14b66
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user