fix linting

This commit is contained in:
2026-01-12 22:41:32 +08:00
parent 6f0493dfba
commit cb957a62a0
5 changed files with 9 additions and 263 deletions

View File

@@ -351,14 +351,6 @@ func randString(length int) string {
return string(b)
}
// min returns the minimum of two integers
func min(a, b int) int {
if a < b {
return a
}
return b
}
// SetupWithManager sets up the controller with the Manager.
func (r *RunnerGroupReconciler) SetupWithManager(mgr ctrl.Manager) error {
return ctrl.NewControllerManagedBy(mgr).