Skip to content

Commit

Permalink
Update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lpotthast committed Mar 26, 2024
1 parent 305d36d commit 8934df7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion leptos_macro/src/view/client_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,9 @@ pub(crate) fn element_to_tokens(
..
}),
_,
) => Some(quote! { .bindings(#[allow(unused_brace)] {#end}) }),
) => Some(
quote! { .bindings(#[allow(unused_brace)] {#end}) }
),
_ => None,
}
} else {
Expand Down

0 comments on commit 8934df7

Please sign in to comment.