From 4946ddf4cc84cd0b5c5729d0b762f09b9c90ed3d Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:53:03 +0000 Subject: [PATCH] style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in 50cfcd3 according to the output from Gofumpt and Prettier. Details: https://github.com/vdaas/vald/pull/2733 --- internal/core/algorithm/ngt/ngt_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/algorithm/ngt/ngt_test.go b/internal/core/algorithm/ngt/ngt_test.go index 240e1f7b8ae..74b7c5d98c4 100644 --- a/internal/core/algorithm/ngt/ngt_test.go +++ b/internal/core/algorithm/ngt/ngt_test.go @@ -780,7 +780,7 @@ func Test_gen(t *testing.T) { objectType: Uint8, mu: &sync.RWMutex{}, cmu: &sync.RWMutex{}, - smu: &sync.Mutex{}, + smu: &sync.Mutex{}, epl: DefaultErrorBufferLimit, }, },