fix autofmt tests

This commit is contained in:
Evan Almloff 2024-02-08 10:13:57 -06:00
parent 23e15ee9c8
commit d1ed15c2ac

View file

@ -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]