From e65879d07606338bc2a25e676e7c1d32c80a42e8 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 21 Jun 2020 23:23:31 +0200 Subject: [PATCH] fmt: fix compilation --- vlib/v/fmt/fmt.v | 1 - 1 file changed, 1 deletion(-) 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')