Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lpotthast committed Apr 5, 2024
1 parent 676d379 commit a36a7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptos_macro/src/view/client_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ pub(crate) fn element_to_tokens(
}),
_,
) => Some(
quote! { .bindings(#[allow(unused_brace)] {#end}) }
quote! { .bindings(#[allow(unused_brace)] {#end}) },
),
_ => None,
}
Expand Down

0 comments on commit a36a7d6

Please sign in to comment.