1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-19 16:58:14 +00:00

needed to format code

This commit is contained in:
Jon Lim 2024-04-16 22:57:44 -07:00
parent 89f78190bd
commit d35801cf12

View file

@ -385,7 +385,6 @@ async fn test_wrap() {
assert!(body.contains("wrong number of parameters"));
}
#[scope("/test")]
mod scope_module {
use actix_web::{delete, get, post, route, routes, web, HttpResponse, Responder};