summaryrefslogtreecommitdiff
path: root/random
diff options
context:
space:
mode:
authorDave Henderson <dhenderson@gmail.com>2024-09-30 10:32:33 -0400
committerGitHub <noreply@github.com>2024-09-30 14:32:33 +0000
commit69d3e0c46e34a57e6cfcb58d36b28c6f0beb134e (patch)
tree23c1918d661ef7c79e4c58394c3f3468795aab82 /random
parent8f40d1fffd456266a1ac563df8fde5589e52d8de (diff)
fix(lint): Fix or ignore lint errors (#2228)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'random')
-rw-r--r--random/random_test.go1
1 files changed, 0 insertions, 1 deletions
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()