Reformatted code

This commit is contained in:
LucaCappelletti94 2025-05-24 10:00:06 +02:00
parent 2c4a3b9d76
commit 37c9844e39
1 changed files with 2 additions and 3 deletions

View File

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