From d35801cf12f00db7622aadde58e6e3ee4603baf2 Mon Sep 17 00:00:00 2001 From: Jon Lim Date: Tue, 16 Apr 2024 22:57:44 -0700 Subject: [PATCH] needed to format code --- actix-web-codegen/tests/test_macro.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/actix-web-codegen/tests/test_macro.rs b/actix-web-codegen/tests/test_macro.rs index 603f22af..d62c5315 100644 --- a/actix-web-codegen/tests/test_macro.rs +++ b/actix-web-codegen/tests/test_macro.rs @@ -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};