chore: remove export loop ref and loop-scope assignments (changed with go 1.22)

This commit is contained in:
Atanas Janeshliev
2025-01-20 12:48:43 +01:00
parent 105ea4de0d
commit ae5469fc81
4 changed files with 0 additions and 10 deletions

View File

@ -405,8 +405,6 @@ func TestPreferencesBuilder(t *testing.T) {
}
for _, test := range tests {
test := test // Avoid using range scope test inside function literal.
t.Run(test.name, func(t *testing.T) {
b := &sendPrefsBuilder{}