1
Fork 0

Fixed indentation error.

This commit is contained in:
Crazycolorz5 2018-06-01 09:52:51 -04:00
parent 2d00e5488e
commit 759a0e07b5

View file

@ -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
}
}