summaryrefslogtreecommitdiff
path: root/internal/conv
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 /internal/conv
parent8f40d1fffd456266a1ac563df8fde5589e52d8de (diff)
fix(lint): Fix or ignore lint errors (#2228)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'internal/conv')
-rw-r--r--internal/conv/conv_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/conv/conv_test.go b/internal/conv/conv_test.go
index 40aebaeb..c83c8dd0 100644
--- a/internal/conv/conv_test.go
+++ b/internal/conv/conv_test.go
@@ -40,7 +40,6 @@ func BenchmarkInterfaceSlice(b *testing.B) {
}
for _, d := range data {
- d := d
b.Run(fmt.Sprintf("%T(%v)", d, d), func(b *testing.B) {
for i := 0; i < b.N; i++ {
InterfaceSlice(d)