mirror of
https://github.com/vlang/v.git
synced 2025-09-17 19:36:35 -04:00
fmt: fix test
This commit is contained in:
parent
15c288b444
commit
3c3ca1e61f
@ -131,7 +131,7 @@ fn (f mut Fmt) stmt(node ast.Stmt) {
|
||||
f.writeln('')
|
||||
}
|
||||
f.indent--
|
||||
f.writeln('\n)\n')
|
||||
f.writeln(')\n')
|
||||
}
|
||||
ast.ExprStmt {
|
||||
f.expr(it.expr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user