ci: fix formatting of comptime.v

pull/6912/head
Delyan Angelov 2020-11-21 19:04:31 +02:00
parent 018bd6aac3
commit 2228d75657
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ fn (mut p Parser) vweb() ast.ComptimeCall {
$if print_vweb_template_expansions ? {
lines := v_code.split('\n')
for i, line in lines {
println('$path:${i+1}: $line')
println('$path:${i + 1}: $line')
}
}
mut scope := &ast.Scope{