mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt: vfmt examples/*.v
This commit is contained in:
@@ -9,8 +9,7 @@ fn main() {
|
||||
}
|
||||
if s == '' {
|
||||
println(n)
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
println(s)
|
||||
}
|
||||
s = ''
|
||||
|
||||
Reference in New Issue
Block a user