diff options
| author | Crazycolorz5 <Crazycolorz5@gmail.com> | 2018-06-01 09:52:51 -0400 |
|---|---|---|
| committer | Crazycolorz5 <Crazycolorz5@gmail.com> | 2018-06-04 22:25:01 -0400 |
| commit | 759a0e07b58e8b231091854b4e7e2f0ee8a8eddc (patch) | |
| tree | feafefaf758db08ff35a8fc5d38699e0451ca24f /src/libsyntax | |
| parent | 2d00e5488e7528de5f058fb6487e40d37e18b2db (diff) | |
| download | rust-759a0e07b58e8b231091854b4e7e2f0ee8a8eddc.tar.gz rust-759a0e07b58e8b231091854b4e7e2f0ee8a8eddc.zip | |
Fixed indentation error.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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 } } |
