mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt: fix in, |, or {}
This commit is contained in:
@ -37,6 +37,7 @@ fn (p mut Parser) in_optimization(typ string, ph int) {
|
||||
}
|
||||
if p.tok != .rsbr {
|
||||
p.check(.comma)
|
||||
p.fspace()
|
||||
}
|
||||
i++
|
||||
}
|
||||
|
Reference in New Issue
Block a user