mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
vfmt fixes
This commit is contained in:
parent
7bbaf432e6
commit
c35adbea91
18 changed files with 136 additions and 96 deletions
|
@ -90,4 +90,4 @@ pub fn big_endian_put_u64(b []byte, v u64) {
|
|||
b[5] = byte(v >> u64(16))
|
||||
b[6] = byte(v >> u64(8))
|
||||
b[7] = byte(v)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue