fmt: fix interface fields alignment (#19866)

This commit is contained in:
Felipe Pena 2023-11-15 13:17:35 -03:00 committed by GitHub
parent 915ac4ed4f
commit 83b4167c19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 318 additions and 252 deletions

View file

@ -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 {