From 8cb3b9519de5c5be25c257a6a1d598a1b0a4173e Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 23:26:47 +0000 Subject: [PATCH] style: format code with Gofumpt and Prettier This commit fixes the style issues introduced in d960a99 according to the output from Gofumpt and Prettier. Details: https://github.com/vdaas/vald/pull/2572 --- internal/test/data/hdf5/hdf5.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/test/data/hdf5/hdf5.go b/internal/test/data/hdf5/hdf5.go index f079e842c43..4582fb82ac5 100644 --- a/internal/test/data/hdf5/hdf5.go +++ b/internal/test/data/hdf5/hdf5.go @@ -212,7 +212,7 @@ func downloadFile(url, path string) error { cli, err := client.New( client.WithForceAttemptHTTP2(true), client.WithEnableKeepalives(true), - ) + ) if err != nil { return err }