1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fmt: fix compilation

This commit is contained in:
Alexander Medvednikov 2020-06-21 23:23:31 +02:00
parent 011e26ca9a
commit e65879d076

View File

@ -723,7 +723,6 @@ pub fn (mut f Fmt) expr(node ast.Expr) {
f.write(')')
}
ast.SqlExpr {}
ast.SqlInsertExpr {}
ast.StringLiteral {
if node.is_raw {
f.write('r')