Skip to content

Commit 95191ab

Browse files
committed
fix: lint issue
Signed-off-by: pehlicd <furkanpehlivan34@gmail.com>
1 parent e00f3e4 commit 95191ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/nodereadinessrule_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ func (r *RuleReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.
181181
// 1. Deletes the taints associated with the rule.
182182
// 2. Remove the rule from the cache.
183183
// 3. Remove the finalizer from the rule.
184-
// 4. Sync the Taints ConfigMap
184+
// 4. Sync the Taints ConfigMap.
185185
func (r *RuleReconciler) reconcileDelete(ctx context.Context, rule *readinessv1alpha1.NodeReadinessRule) (ctrl.Result, error) {
186186
log := ctrl.LoggerFrom(ctx)
187187

0 commit comments

Comments
 (0)