浏览代码

fix autofmt tests

Evan Almloff 1 年之前
父节点
当前提交
d1ed15c2ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,
         split_line_attributes: false,
     };
     };
 
 
-    fmt.autoformat().await.unwrap();
+    fmt.autoformat().unwrap();
 }
 }
 
 
 /*#[test]
 /*#[test]