mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Keep -vet happy
This commit is contained in:
@@ -201,7 +201,7 @@ test_permutation_iterator :: proc(t: ^testing.T) {
|
|||||||
permutations_counted: int
|
permutations_counted: int
|
||||||
for slice.permute(&iter) {
|
for slice.permute(&iter) {
|
||||||
n := 0
|
n := 0
|
||||||
for item, index in s {
|
for item in s {
|
||||||
n *= 10
|
n *= 10
|
||||||
n += item
|
n += item
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user