mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
run vfmt on table.v
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user