Skip to content

Commit

Permalink
remove redundant if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
bitoku committed Jul 25, 2023
1 parent 39fb55d commit c4325a7
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,6 @@ func (r *Reconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.

r.log.Debug("running")

if err != nil {
return reconcile.Result{}, err
}

checkErr := r.checker.Check(ctx)
condition := r.condition(checkErr)

Expand Down

0 comments on commit c4325a7

Please sign in to comment.