Fixed indentation error.
This commit is contained in:
@@ -910,8 +910,8 @@ impl<'a> Parser<'a> {
|
|||||||
true
|
true
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
self.expected_tokens.push(TokenType::Token(token::BinOp(token::Plus)));
|
self.expected_tokens.push(TokenType::Token(token::BinOp(token::Plus)));
|
||||||
false
|
false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user