mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-12 23:57:09 +00:00
cargo fmt
This commit is contained in:
parent
cb904c6f63
commit
89a4ab5fe7
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ pub fn server_macro_impl(
|
|||
#[cfg(not(feature = "ssr"))]
|
||||
#[allow(unused_variables)]
|
||||
#vis async fn #fn_name(#(#fn_args_2),*) #output_arrow #return_ty {
|
||||
|
||||
|
||||
#server_fn_path::call_server_fn(
|
||||
&{
|
||||
let prefix = #struct_name::prefix().to_string();
|
||||
|
|
Loading…
Reference in a new issue