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:
parent
011e26ca9a
commit
e65879d076
@ -723,7 +723,6 @@ pub fn (mut f Fmt) expr(node ast.Expr) {
|
|||||||
f.write(')')
|
f.write(')')
|
||||||
}
|
}
|
||||||
ast.SqlExpr {}
|
ast.SqlExpr {}
|
||||||
ast.SqlInsertExpr {}
|
|
||||||
ast.StringLiteral {
|
ast.StringLiteral {
|
||||||
if node.is_raw {
|
if node.is_raw {
|
||||||
f.write('r')
|
f.write('r')
|
||||||
|
Loading…
Reference in New Issue
Block a user