Skip to content

Commit 236de8a

Browse files
committed
apply suggestion
1 parent b3017a4 commit 236de8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/gateway_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ func (r *GatewayReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ct
6060
return ctrl.Result{}, err
6161
}
6262
}
63-
return ctrl.Result{}, nil
63+
return ctrl.Result{}, err
6464
}
6565
ns := gateway.GetNamespace()
6666
if !r.checkGatewayClass(gateway) {

0 commit comments

Comments
 (0)