mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix parser.v formatting
This commit is contained in:
parent
effa93d4b8
commit
44a42b7273
@ -2054,7 +2054,7 @@ fn (mut p Parser) unsafe_stmt() ast.Stmt {
|
||||
}
|
||||
}
|
||||
|
||||
fn (mut p Parser) trace(fbase string, message string) {
|
||||
fn (mut p Parser) trace(fbase, message string) {
|
||||
if p.file_base == fbase {
|
||||
println('> p.trace | ${fbase:-10s} | $message')
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user