Skip to content

Commit ce9e765

Browse files
committed
Update formatting
1 parent 5a863d5 commit ce9e765

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_parse/src/parser

1 file changed

+1
-1
lines changed

compiler/rustc_parse/src/parser/expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ impl<'a> Parser<'a> {
535535
if let Some(sp) = this.sess.ambiguous_block_expr_parse.borrow().get(&sp) {
536536
this.sess.expr_parentheses_needed(&mut err, *sp);
537537
} else {
538-
err.span_suggestion(
538+
err.span_suggestion(
539539
lo,
540540
"try removing the `+`",
541541
"".to_string(),

0 commit comments

Comments
 (0)