cargo fmt

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-10-16 08:52:43 -07:00
parent b803693449
commit a2a8a9f66d
3 changed files with 13 additions and 4 deletions

View File

@@ -25,6 +25,7 @@ mod multi_subscriber;
mod nav;
mod note;
mod notecache;
mod notes_holder;
mod post;
mod profile;
pub mod relay_pool_manager;
@@ -40,7 +41,6 @@ pub mod ui;
mod unknowns;
mod user_account;
mod view_state;
mod notes_holder;
#[cfg(test)]
#[macro_use]