vfmt: vfmt examples/*.v

This commit is contained in:
Delyan Angelov 2021-02-23 19:43:44 +02:00
parent 0fa2f6d52c
commit 9e06af8bf9
No known key found for this signature in database
GPG key ID: 66886C0F12D595ED
18 changed files with 191 additions and 162 deletions

View file

@ -1,8 +1,8 @@
import json
struct User {
name string
age int
name string
age int
mut:
is_registered bool
}