Run go fix

This commit is contained in:
Ian Fijolek
2026-02-18 09:05:07 -08:00
committed by IamTheFij
parent c40841ef61
commit 3323a562c9
5 changed files with 5 additions and 22 deletions
-1
View File
@@ -24,7 +24,6 @@ func TestUtilEqualSliceString(t *testing.T) {
}
for _, c := range cases {
c := c
t.Run(fmt.Sprintf("%v %v", c.a, c.b), func(t *testing.T) {
t.Parallel()