From 3e32660950b5ee3c7b3aee820520b900976fbafe Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 07:13:51 +0000 Subject: [PATCH] style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in 43c35c2 according to the output from Gofumpt and Prettier. Details: https://github.com/vdaas/vald/pull/2576 --- internal/core/algorithm/faiss/faiss.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/core/algorithm/faiss/faiss.go b/internal/core/algorithm/faiss/faiss.go index 2412a0b3f06..ed298a12e3b 100644 --- a/internal/core/algorithm/faiss/faiss.go +++ b/internal/core/algorithm/faiss/faiss.go @@ -79,7 +79,7 @@ const ( // ------------------------------------------------------------- // Method Type Definition // ------------------------------------------------------------- - IVFPQ = iota + IVFPQ = iota BinaryIndex )