fix: Fix style issue in test
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -12,7 +12,7 @@ func equals(a, b []string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
for i, _ := range a {
|
||||
for i := range a {
|
||||
if a[i] != b[i] {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user