From 759a0e07b58e8b231091854b4e7e2f0ee8a8eddc Mon Sep 17 00:00:00 2001 From: Crazycolorz5 Date: Fri, 1 Jun 2018 09:52:51 -0400 Subject: Fixed indentation error. --- src/libsyntax/parse/parser.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index b49db70c42d..f3b656b71bb 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -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 } } -- cgit 1.4.1-3-g733a5