mirror of
https://github.com/vlang/v.git
synced 2025-09-16 07:52:32 +03:00
run vfmt on table.v
This commit is contained in:
parent
1679457f6b
commit
ce86626ec2
5 changed files with 271 additions and 211 deletions
|
@ -8,6 +8,7 @@ fn (p mut Parser) enum_decl(no_name bool) {
|
|||
is_pub := p.tok == .key_pub
|
||||
if is_pub {
|
||||
p.next()
|
||||
p.fspace()
|
||||
}
|
||||
p.check(.key_enum)
|
||||
p.fspace()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue