From f9a52c73ea21332885d7a783fcd75bb681284c2d Mon Sep 17 00:00:00 2001 From: Nicolas Ontiveros Date: Thu, 13 Jul 2023 05:30:11 -0700 Subject: [PATCH] lint --- pkg/frontend/openshiftcluster_putorpatch.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/frontend/openshiftcluster_putorpatch.go b/pkg/frontend/openshiftcluster_putorpatch.go index b9449b783b5..eca83bd0aef 100644 --- a/pkg/frontend/openshiftcluster_putorpatch.go +++ b/pkg/frontend/openshiftcluster_putorpatch.go @@ -323,6 +323,4 @@ func setUpdateProvisioningState(doc *api.OpenShiftClusterDocument, apiVersion st // Non-admin update (ex: customer cluster update) doc.OpenShiftCluster.Properties.ProvisioningState = api.ProvisioningStateUpdating } - - return }