From 2219fd30419079c724579671c16e9d1164ea8595 Mon Sep 17 00:00:00 2001 From: "Roland.Ma" Date: Fri, 10 Sep 2021 10:32:17 +0000 Subject: [PATCH] format imports Signed-off-by: Roland.Ma --- pkg/models/gateway/gateway_test.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg/models/gateway/gateway_test.go b/pkg/models/gateway/gateway_test.go index f5584ecae..5e2e170fb 100644 --- a/pkg/models/gateway/gateway_test.go +++ b/pkg/models/gateway/gateway_test.go @@ -29,12 +29,13 @@ import ( "k8s.io/apimachinery/pkg/runtime/schema" "k8s.io/apimachinery/pkg/util/diff" "kubesphere.io/api/gateway/v1alpha1" - "kubesphere.io/kubesphere/pkg/api" - "kubesphere.io/kubesphere/pkg/apiserver/query" - "kubesphere.io/kubesphere/pkg/simple/client/gateway" "sigs.k8s.io/controller-runtime/pkg/cache" "sigs.k8s.io/controller-runtime/pkg/client" "sigs.k8s.io/controller-runtime/pkg/client/fake" + + "kubesphere.io/kubesphere/pkg/api" + "kubesphere.io/kubesphere/pkg/apiserver/query" + "kubesphere.io/kubesphere/pkg/simple/client/gateway" ) func Test_gatewayOperator_GetGateways(t *testing.T) {