Skip to content

Commit 759a0e0

Browse files
committed
Fixed indentation error.
1 parent 2d00e54 commit 759a0e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libsyntax/parse/parser.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -910,8 +910,8 @@ impl<'a> Parser<'a> {
910910
true
911911
}
912912
else {
913-
self.expected_tokens.push(TokenType::Token(token::BinOp(token::Plus)));
914-
false
913+
self.expected_tokens.push(TokenType::Token(token::BinOp(token::Plus)));
914+
false
915915
}
916916
}
917917

0 commit comments

Comments
 (0)