From 964cb0675ed664b212f912e24a2d3fccc1b48429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 10 Feb 2026 18:15:54 +0100 Subject: [PATCH] all: Run modernize -fix ./... --- client_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/client_test.go b/client_test.go index a53557b..3e27cb8 100644 --- a/client_test.go +++ b/client_test.go @@ -335,7 +335,6 @@ func TestTypedConcurrent(t *testing.T) { var g errgroup.Group for i := range 100 { - i := i g.Go(func() error { for j := range 10 { text := fmt.Sprintf("%d-%d", i, j)