From ad3e040b46cfbd598cab0e7fcbe0601c60788206 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 24 Sep 2024 10:05:45 -0300 Subject: [PATCH] fmt --- vlib/v/parser/tmpl.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vlib/v/parser/tmpl.v b/vlib/v/parser/tmpl.v index f6ab95a0805ba0..4fa4ce00ac359b 100644 --- a/vlib/v/parser/tmpl.v +++ b/vlib/v/parser/tmpl.v @@ -356,7 +356,7 @@ fn vweb_tmpl_${fn_name}() string { source.writeln(insert_template_code(fn_name, tmpl_str_start, line)) continue } - //in_write = false + // in_write = false // The .simple mode ends here. The rest handles .html/.css/.js state transitions. if state != .simple {