Skip to content

Commit 1357548

Browse files
committed
dexop: style
1 parent 44f966f commit 1357548

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go/dexop/internal/controller/client_controller.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ func (r *ClientReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr
6868
deleteRequested, err := r.handleDeletion(ctx, clientSpec)
6969
if err != nil {
7070
return ctrl.Result{}, err
71-
} else if deleteRequested {
71+
}
72+
if deleteRequested {
7273
return ctrl.Result{}, nil
7374
}
7475

0 commit comments

Comments
 (0)