1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix formatting of comptime.v

This commit is contained in:
Delyan Angelov 2020-11-21 19:04:31 +02:00
parent 018bd6aac3
commit 2228d75657

View File

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