mirror of https://github.com/fafhrd91/actix-web
Reformatted code
This commit is contained in:
parent
2c4a3b9d76
commit
37c9844e39
|
@ -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)*
|
||||
|
|
Loading…
Reference in New Issue