From 37c9844e39ccf0e8d03adccbae317e7f17f39d9e Mon Sep 17 00:00:00 2001 From: LucaCappelletti94 Date: Sat, 24 May 2025 10:00:06 +0200 Subject: [PATCH] Reformatted code --- actix-web-codegen/src/route.rs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/actix-web-codegen/src/route.rs b/actix-web-codegen/src/route.rs index 243f41558..a03cf9e9f 100644 --- a/actix-web-codegen/src/route.rs +++ b/actix-web-codegen/src/route.rs @@ -465,9 +465,8 @@ impl ToTokens for Route { }) .collect(); - let documentation = format!( - "Struct generated by the routing macro for the handler function `{name}`.", - ); + let documentation = + format!("Struct generated by the routing macro for the handler function `{name}`.",); let stream = quote! { #(#doc_attributes)*