mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
vfmt: vfmt examples/*.v
This commit is contained in:
parent
0fa2f6d52c
commit
9e06af8bf9
18 changed files with 191 additions and 162 deletions
|
@ -1,8 +1,8 @@
|
|||
import json
|
||||
|
||||
struct User {
|
||||
name string
|
||||
age int
|
||||
name string
|
||||
age int
|
||||
mut:
|
||||
is_registered bool
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue