From 0b49576838538201133defec57f70136153a6cbd Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 08:17:47 +0000 Subject: [PATCH] style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in 2981dce according to the output from Gofumpt and Prettier. Details: https://github.com/vdaas/vald/pull/2733 --- internal/core/algorithm/ngt/ngt.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/core/algorithm/ngt/ngt.go b/internal/core/algorithm/ngt/ngt.go index ee816a00233..250c9b4c644 100644 --- a/internal/core/algorithm/ngt/ngt.go +++ b/internal/core/algorithm/ngt/ngt.go @@ -1146,7 +1146,6 @@ func fromCGraphStatistics(cstats *C.NGTGraphStatistics) *GraphStatistics { return goStats } - func (n *ngt) GetGraphStatistics( ctx context.Context, m statisticsType, ) (stats *GraphStatistics, err error) {