mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: run vfmt over cast_to_u8_test.v
This commit is contained in:
parent
1c382ad2b4
commit
60527a5655
@ -5,7 +5,6 @@ fn test_cast_to_alias() {
|
||||
println(r1)
|
||||
assert '$r1' == '1'
|
||||
|
||||
|
||||
r2 := u8(byte(true))
|
||||
println(r2)
|
||||
assert '$r2' == '1'
|
||||
|
Loading…
Reference in New Issue
Block a user