Skip to content

Commit 1b1c14a

Browse files
authored
all: Run modernize -fix ./... (#18)
1 parent 3a98262 commit 1b1c14a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

client_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,6 @@ func TestTypedConcurrent(t *testing.T) {
335335
var g errgroup.Group
336336

337337
for i := range 100 {
338-
i := i
339338
g.Go(func() error {
340339
for j := range 10 {
341340
text := fmt.Sprintf("%d-%d", i, j)

0 commit comments

Comments
 (0)