Skip to content

Commit 794cb38

Browse files
committed
remove extra return
1 parent ba2d166 commit 794cb38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/linodecluster_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ func (r *LinodeClusterReconciler) Reconcile(ctx context.Context, req ctrl.Reques
115115

116116
isPaused, conditionChanged, err := paused.EnsurePausedCondition(ctx, clusterScope.Client, clusterScope.Cluster, clusterScope.LinodeCluster)
117117
if err != nil {
118-
return return ctrl.Result{}, err
118+
return ctrl.Result{}, err
119119
}
120120

121121
if reconciler.IsPaused(cluster, linodeCluster) {

0 commit comments

Comments
 (0)