From a36a7d6912eec11a93338f17a83bf15a3795d6cd Mon Sep 17 00:00:00 2001 From: Lukas Potthast Date: Fri, 5 Apr 2024 19:09:47 +0200 Subject: [PATCH] Fix formatting --- leptos_macro/src/view/client_builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/leptos_macro/src/view/client_builder.rs b/leptos_macro/src/view/client_builder.rs index c6784ad25e..0f49e626f1 100644 --- a/leptos_macro/src/view/client_builder.rs +++ b/leptos_macro/src/view/client_builder.rs @@ -238,7 +238,7 @@ pub(crate) fn element_to_tokens( }), _, ) => Some( - quote! { .bindings(#[allow(unused_brace)] {#end}) } + quote! { .bindings(#[allow(unused_brace)] {#end}) }, ), _ => None, }