From 8206cbe1f25c18fa2e5e5c14346452cc1c520673 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Wed, 22 May 2024 14:57:55 +0200 Subject: [PATCH] make fmt Signed-off-by: Anatolii Bazko --- controllers/che/checluster_controller.go | 1 + pkg/deploy/editors-definitions/editors_definitions.go | 7 ++++--- pkg/deploy/sync_test.go | 1 + 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/controllers/che/checluster_controller.go b/controllers/che/checluster_controller.go index 441012526..b86f2ac5c 100644 --- a/controllers/che/checluster_controller.go +++ b/controllers/che/checluster_controller.go @@ -14,6 +14,7 @@ package che import ( "context" + editorsdefinitions "github.com/eclipse-che/che-operator/pkg/deploy/editors-definitions" "github.com/eclipse-che/che-operator/pkg/common/test" diff --git a/pkg/deploy/editors-definitions/editors_definitions.go b/pkg/deploy/editors-definitions/editors_definitions.go index c1e007643..a49039eb3 100644 --- a/pkg/deploy/editors-definitions/editors_definitions.go +++ b/pkg/deploy/editors-definitions/editors_definitions.go @@ -14,12 +14,13 @@ package editorsdefinitions import ( "fmt" - "github.com/eclipse-che/che-operator/pkg/common/utils" - corev1 "k8s.io/api/core/v1" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "os" "path/filepath" "regexp" + + "github.com/eclipse-che/che-operator/pkg/common/utils" + corev1 "k8s.io/api/core/v1" + metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" ctrl "sigs.k8s.io/controller-runtime" "sigs.k8s.io/yaml" diff --git a/pkg/deploy/sync_test.go b/pkg/deploy/sync_test.go index 928dfcca2..43aafcce4 100644 --- a/pkg/deploy/sync_test.go +++ b/pkg/deploy/sync_test.go @@ -14,6 +14,7 @@ package deploy import ( "context" + "github.com/stretchr/testify/assert" chev2 "github.com/eclipse-che/che-operator/api/v2"