mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
fmt: fix interface fields alignment (#19866)
This commit is contained in:
parent
915ac4ed4f
commit
83b4167c19
16 changed files with 318 additions and 252 deletions
|
@ -424,7 +424,7 @@ pub interface JS.TypedArray {
|
|||
mut:
|
||||
byteLength JS.Number
|
||||
byteOffset JS.Number
|
||||
length JS.Number
|
||||
length JS.Number
|
||||
}
|
||||
|
||||
pub interface JS.Uint8Array {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue