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 955dab4 commit 305d36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion leptos_dom/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ pub use events::add_event_helper;
use events::{add_event_listener, add_event_listener_undelegated};
pub use events::{
typed as ev,
typed::EventHandler, typed::EventHandlerFn
typed::{EventHandler, EventHandlerFn},
};
pub use html::HtmlElement;
use html::{AnyElement, ElementDescriptor};
Expand Down

0 comments on commit 305d36d

Please sign in to comment.