From 2adb8868a03f2ae63a94e95d7f3f294dff895be8 Mon Sep 17 00:00:00 2001 From: Kyle Wuolle Date: Thu, 28 Nov 2024 12:34:19 -0800 Subject: [PATCH] Formatting change --- test/e2e/e2e_suite_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/e2e_suite_test.go b/test/e2e/e2e_suite_test.go index 5a4843f64..45290570d 100644 --- a/test/e2e/e2e_suite_test.go +++ b/test/e2e/e2e_suite_test.go @@ -49,7 +49,8 @@ func TestE2E(t *testing.T) { var _ = BeforeSuite(func() { GinkgoT().Setenv(managedcluster.EnvVarNamespace, internalutils.DefaultSystemNamespace) - By(fmt.Sprintf("building and deploying the controller-manager - Version: %s", env.GetString("VERSION", ""))) + By(fmt.Sprintf("building and deploying the controller-manager - Version: %s", + env.GetString("VERSION", ""))) cmd := exec.Command("make", "kind-deploy") output, err := utils.Run(cmd) _, _ = fmt.Fprint(GinkgoWriter, string(output))