mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vlib: fix missing else{}
in match statements
This commit is contained in:
@ -117,6 +117,9 @@ fn test_hamming() {
|
||||
input1.setbit(i)
|
||||
input2.setbit(i)
|
||||
}
|
||||
else {
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
assert count == bitfield.hamming(input1, input2)
|
||||
|
Reference in New Issue
Block a user