Browse Source

fix autofmt tests

Evan Almloff 1 năm trước cách đây
mục cha
commit
d1ed15c2ac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      packages/cli/src/cli/autoformat.rs

+ 1 - 1
packages/cli/src/cli/autoformat.rs

@@ -287,7 +287,7 @@ async fn test_auto_fmt() {
         split_line_attributes: false,
     };
 
-    fmt.autoformat().await.unwrap();
+    fmt.autoformat().unwrap();
 }
 
 /*#[test]