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:
William Casarin
2024-07-31 17:44:34 -07:00
parent e704f6e24c
commit 36cc9f8742
11 changed files with 419 additions and 240 deletions

View File

@ -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;