diff --git a/vlib/v/fmt/fmt.v b/vlib/v/fmt/fmt.v index 37faea9f53..16a4aa481c 100644 --- a/vlib/v/fmt/fmt.v +++ b/vlib/v/fmt/fmt.v @@ -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')