mirror of https://github.com/fafhrd91/actix-web
needed to format code
This commit is contained in:
parent
89f78190bd
commit
d35801cf12
|
@ -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};
|
||||
|
|
Loading…
Reference in New Issue