fmt: fix compilation
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