mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
scanner: vfmt scanner.v
This commit is contained in:
parent
8c241cb745
commit
7d472d887e
@ -500,7 +500,7 @@ pub fn (mut s Scanner) buffer_scan() token.Token {
|
||||
}
|
||||
return s.all_tokens[cidx]
|
||||
}
|
||||
return s.new_token(.eof, '', 1)
|
||||
return s.new_token(.eof, '', 1)
|
||||
}
|
||||
|
||||
[inline]
|
||||
|
Loading…
Reference in New Issue
Block a user