Scanner - Reformatted
This commit is contained in:
parent
1fe96bdbf7
commit
984ba5f600
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ impl Scanner {
|
|||
loop {
|
||||
if self.is_at_end() {
|
||||
err_hdl.error(self.line, "unterminated block comment");
|
||||
return
|
||||
return;
|
||||
}
|
||||
|
||||
let cur = self.advance();
|
||||
|
|
Loading…
Reference in a new issue