]> git.lizzy.rs Git - rust.git/commitdiff
Update formatting
authorTheodore Luo Wang <wangtheo662@gmail.com>
Wed, 1 Sep 2021 15:55:36 +0000 (11:55 -0400)
committerTheodore Luo Wang <wangtheo662@gmail.com>
Wed, 1 Sep 2021 15:55:36 +0000 (11:55 -0400)
compiler/rustc_parse/src/parser/expr.rs

index c887f9fe0cf59041358aea0bae0522533b223deb..b0f29601417cb1f7f8b2c74a0b20e186d8e35b1b 100644 (file)
@@ -535,7 +535,7 @@ macro_rules! make_it {
                 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(),