From fb289787f4d239279b9c3de72e41792a084c0c16 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 05:46:36 +0000 Subject: [PATCH] style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in f990b3b according to the output from Gofumpt and Prettier. Details: https://github.com/vdaas/vald/pull/2595 --- hack/actions/gen/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/actions/gen/main.go b/hack/actions/gen/main.go index 6ac592b0c06..4930debaeea 100644 --- a/hack/actions/gen/main.go +++ b/hack/actions/gen/main.go @@ -70,6 +70,7 @@ type ( jobs jobs } ) + type Data struct { AliasImage bool ConfigExists bool @@ -363,5 +364,4 @@ func main() { return nil })) } - }