Jonathan Kelley 2 năm trước cách đây
mục cha
commit
270de7a0d2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/autofmt/src/collect_macros.rs

+ 1 - 1
packages/autofmt/src/collect_macros.rs

@@ -171,7 +171,7 @@ pub fn collect_from_expr<'a>(expr: &'a Expr, macros: &mut Vec<CollectedMacro<'a>
         | Expr::Unary(_)
         | Expr::Verbatim(_) => {}
 
-        _ => {},
+        _ => {}
     };
 }