fmt: fix compilation

pull/5451/head
Alexander Medvednikov 2020-06-21 23:23:31 +02:00
parent 011e26ca9a
commit e65879d076
1 changed files with 0 additions and 1 deletions

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')