From 8a44a0d21a8414ac3d4bf6e3cfecfcd646d25891 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:43:51 +0000 Subject: [PATCH] style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in 05a45e8 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 d5b771511ff..3dd5007a230 100644 --- a/hack/actions/gen/main.go +++ b/hack/actions/gen/main.go @@ -463,7 +463,7 @@ func (data *Data) initData() *Data { } else { data.Maintainer = defaultMaintainer } - return data + return data } func (data *Data) generateWorkflowStruct() (*Workflow, error) {