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:
parent
018bd6aac3
commit
2228d75657
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user