From 0df5a99ddf33f5c66eec443739562de13660ebf4 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:48:54 +0000 Subject: [PATCH] style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in d127dbc according to the output from Gofumpt and Prettier. Details: https://github.com/vdaas/vald/pull/2298 --- tests/e2e/crud/crud_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/crud/crud_test.go b/tests/e2e/crud/crud_test.go index 8a36254b4c..237d33be2c 100644 --- a/tests/e2e/crud/crud_test.go +++ b/tests/e2e/crud/crud_test.go @@ -827,7 +827,7 @@ func TestE2EIndexJobCorrection(t *testing.T) { func TestE2EReadReplica(t *testing.T) { t.Cleanup(teardown) - + if kubeClient == nil { var err error kubeClient, err = client.New(kubeConfig)