Jonathan Kelley 2 년 전
부모
커밋
270de7a0d2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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(_) => {}
 
-        _ => {},
+        _ => {}
     };
 }