1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-11 01:39:33 +00:00

format code with formatter

This commit is contained in:
Jon Lim 2023-09-20 19:55:12 -07:00
parent 3c3b5d0cdf
commit e931a58092

View file

@ -473,7 +473,6 @@ const mod_inner_v2: () = {
}
};
#[actix_rt::test]
async fn test_scope_get_async() {
let srv = actix_test::start(|| App::new().service(mod_inner));