Explorar o código

fix autofmt tests

Evan Almloff hai 1 ano
pai
achega
d1ed15c2ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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]