Fixed indentation error.
This commit is contained in:
parent
2d00e5488e
commit
759a0e07b5
1 changed files with 2 additions and 2 deletions
|
@ -910,8 +910,8 @@ impl<'a> Parser<'a> {
|
|||
true
|
||||
}
|
||||
else {
|
||||
self.expected_tokens.push(TokenType::Token(token::BinOp(token::Plus)));
|
||||
false
|
||||
self.expected_tokens.push(TokenType::Token(token::BinOp(token::Plus)));
|
||||
false
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue