From 99a7f8271e41b88259611f3c76f61300bbf5dcfb Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2024 20:44:56 +0000 Subject: [PATCH] style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in 33e6d6f according to the output from Gofumpt and Prettier. Details: https://github.com/vdaas/vald/pull/2579 --- hack/cspell/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/cspell/main.go b/hack/cspell/main.go index 31e9f16161c..c14dd4fa50d 100644 --- a/hack/cspell/main.go +++ b/hack/cspell/main.go @@ -14,7 +14,7 @@ import ( ) type CSpellConfig struct { - Version string `json:"version"` + Version string `json:"version"` Language string `json:"language"` Import []string `json:"import"` IgnorePaths []string `json:"ignorePaths"`