mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03: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.writeln('')
|
||||||
}
|
}
|
||||||
f.indent--
|
f.indent--
|
||||||
f.writeln('\n)\n')
|
f.writeln(')\n')
|
||||||
}
|
}
|
||||||
ast.ExprStmt {
|
ast.ExprStmt {
|
||||||
f.expr(it.expr)
|
f.expr(it.expr)
|
||||||
|
Loading…
Reference in New Issue
Block a user