From 9a0a395c0536e3af99c6ca35d3a498cc08719c76 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Fri, 7 Jan 2022 12:49:51 +0000 Subject: [PATCH] Re-order imports Signed-off-by: James Munnelly --- internal/webhook/feature/features.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/webhook/feature/features.go b/internal/webhook/feature/features.go index fb6c49317..e6ef1ebdf 100644 --- a/internal/webhook/feature/features.go +++ b/internal/webhook/feature/features.go @@ -17,8 +17,9 @@ limitations under the License. package feature import ( - utilfeature "github.com/jetstack/cert-manager/pkg/util/feature" "k8s.io/component-base/featuregate" + + utilfeature "github.com/jetstack/cert-manager/pkg/util/feature" ) const (