mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt: fix v -W ./cmd/tools/vfmt.v
, (and v -W build-examples
)
This commit is contained in:
parent
a4e8b9cabe
commit
ade8fdff69
@ -2299,7 +2299,7 @@ pub fn (mut f Fmt) map_init(node ast.MapInit) {
|
||||
max_field_len = skey.len
|
||||
}
|
||||
}
|
||||
for i, key in node.keys {
|
||||
for i, _ in node.keys {
|
||||
skey := skeys[i]
|
||||
f.write(skey)
|
||||
f.write(': ')
|
||||
|
Loading…
x
Reference in New Issue
Block a user