1
0
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:
Delyan Angelov 2022-01-06 18:41:52 +02:00
parent 1c382ad2b4
commit 60527a5655
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -5,7 +5,6 @@ fn test_cast_to_alias() {
println(r1)
assert '$r1' == '1'
r2 := u8(byte(true))
println(r2)
assert '$r2' == '1'