Update formatting

This commit is contained in:
Theodore Luo Wang 2021-09-01 11:55:36 -04:00
parent 5a863d594c
commit ce9e76528a

View File

@ -535,7 +535,7 @@ impl<'a> Parser<'a> {
if let Some(sp) = this.sess.ambiguous_block_expr_parse.borrow().get(&sp) {
this.sess.expr_parentheses_needed(&mut err, *sp);
} else {
err.span_suggestion(
err.span_suggestion(
lo,
"try removing the `+`",
"".to_string(),