Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Sep 24, 2024
1 parent f6dd8e3 commit ad3e040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/parser/tmpl.v
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ad3e040

Please sign in to comment.