Skip to content

Commit

Permalink
chore: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
maccesch committed Apr 10, 2024
1 parent 98dbdf8 commit 039648c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ mod is_none;
mod is_ok;
mod is_some;
mod on_click_outside;
mod sync_signal;
mod signal_debounced;
mod signal_throttled;
mod sync_signal;
mod use_active_element;
mod use_breakpoints;
mod use_broadcast_channel;
Expand Down Expand Up @@ -89,9 +89,9 @@ pub use is_none::*;
pub use is_ok::*;
pub use is_some::*;
pub use on_click_outside::*;
pub use sync_signal::*;
pub use signal_debounced::*;
pub use signal_throttled::*;
pub use sync_signal::*;
pub use use_active_element::*;
pub use use_breakpoints::*;
pub use use_broadcast_channel::*;
Expand Down

0 comments on commit 039648c

Please sign in to comment.