From 1910d643c867ce69fe80491462ec78026fd6c6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A5=9A=E5=B2=B3?= Date: Wed, 10 Aug 2022 17:15:49 +0800 Subject: [PATCH] fix comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 楚岳 --- e2e/addon/mock/utils/utils.go | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/addon/mock/utils/utils.go b/e2e/addon/mock/utils/utils.go index 49e05a673..b3d99de6a 100644 --- a/e2e/addon/mock/utils/utils.go +++ b/e2e/addon/mock/utils/utils.go @@ -83,7 +83,6 @@ func ApplyMockServerConfig() error { if !apierrors.IsAlreadyExists(err) { return err } - return err } otherRegistry.SetNamespace("test-vela") if err := k8sClient.Create(ctx, otherRegistry); err != nil {