Skip to content

Commit 11804f1

Browse files
committed
clean up
1 parent 5bb860f commit 11804f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/resource/nginx_log_tailer_operator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func (l *NginxLogTailerOperator) Tail(ctx context.Context, errorLog string, erro
4747

4848
return
4949
}
50-
50+
5151
ctxWithTimeout, cancel := context.WithTimeout(ctx, l.agentConfig.DataPlaneConfig.Nginx.ReloadMonitoringPeriod)
5252
defer cancel()
5353

internal/watcher/health/health_watcher_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,6 @@ func (hw *HealthWatcherService) compareHealth(currentHealth map[string]*mpi.Inst
211211
return true
212212
}
213213
}
214-
214+
215215
return false
216216
}

0 commit comments

Comments
 (0)