Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Mar 9, 2024
1 parent a9a78ac commit 003838d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/core/src/dom/component/stateful_component.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ where
(template, vdom_template)
}


/// lookup for the template
pub fn lookup_template(type_id: TypeId) -> Option<web_sys::Node> {
TEMPLATE_LOOKUP.with_borrow_mut(|map| {
Expand Down

0 comments on commit 003838d

Please sign in to comment.