Skip to content

Commit 947ff9c

Browse files
committed
gosimp
1 parent 7028377 commit 947ff9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/apphealth.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ func reportAppHealth(ctx context.Context, logger slog.Logger, fetchApps FetchWor
3232
health[app.Name] = app.Health
3333
}
3434

35-
tickers := make(chan string, 0)
35+
tickers := make(chan string)
3636
for _, app := range apps {
3737
if shouldStartTicker(app) {
3838
t := time.NewTicker(time.Duration(app.HealthcheckInterval) * time.Second)

0 commit comments

Comments
 (0)