mirror of
https://github.com/nostrlabs-io/notepush.git
synced 2025-06-21 05:20:45 +00:00
run cargo fmt --all
we should try to stick to rustfmt style, many editors save it like this by default. Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
pub mod notification_manager;
|
||||
pub mod mute_manager;
|
||||
mod nostr_event_extensions;
|
||||
pub mod notification_manager;
|
||||
|
||||
pub use notification_manager::NotificationManager;
|
||||
pub use mute_manager::MuteManager;
|
||||
use nostr_event_extensions::{ExtendedEvent, SqlStringConvertible};
|
||||
pub use notification_manager::NotificationManager;
|
||||
|
Reference in New Issue
Block a user