mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: vfmt parser.v
This commit is contained in:
parent
1b6cccaf6d
commit
b1bb1d361a
@ -2974,7 +2974,7 @@ fn (mut p Parser) return_stmt() ast.Return {
|
||||
p.next()
|
||||
// no return
|
||||
mut comments := p.eat_comments()
|
||||
if p.tok.kind == .rcbr || ( p.tok.kind == .name && p.peek_tok.kind == .colon ) {
|
||||
if p.tok.kind == .rcbr || (p.tok.kind == .name && p.peek_tok.kind == .colon) {
|
||||
return ast.Return{
|
||||
comments: comments
|
||||
pos: first_pos
|
||||
|
Loading…
Reference in New Issue
Block a user