mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
more vfmt fixes
This commit is contained in:
@ -11,4 +11,4 @@ fn get_st() MyStruct {
|
||||
fn main() {
|
||||
s := get_st()
|
||||
println(s)
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,4 @@ fn test_all_v_prod_files() {
|
||||
bmark.stop()
|
||||
println( bmark.total_message('total time spent running PROD files') )
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -66,4 +66,4 @@ fn test_shift_operators() {
|
||||
assert e == b
|
||||
e >>= u64(i)
|
||||
assert e == a
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user