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)*