From 69d3e0c46e34a57e6cfcb58d36b28c6f0beb134e Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Mon, 30 Sep 2024 10:32:33 -0400 Subject: fix(lint): Fix or ignore lint errors (#2228) Signed-off-by: Dave Henderson --- random/random_test.go | 1 - 1 file changed, 1 deletion(-) (limited to 'random') diff --git a/random/random_test.go b/random/random_test.go index c764d163..1e76298e 100644 --- a/random/random_test.go +++ b/random/random_test.go @@ -27,7 +27,6 @@ func TestMatchChars(t *testing.T) { } for i, d := range testdata { - d := d t.Run(strconv.Itoa(i), func(t *testing.T) { t.Parallel() -- cgit v1.2.3