Apply cargo fmt

Signed-off-by: kernelkind <kernelkind@gmail.com>
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
kernelkind
2024-04-17 13:36:19 -04:00
committed by William Casarin
parent ff5e5ed74a
commit c76f322a48
7 changed files with 49 additions and 41 deletions

View File

@@ -4,24 +4,24 @@ mod error;
//mod note;
//mod block;
mod abbrev;
mod fonts;
mod images;
mod result;
mod imgcache;
mod filter;
mod ui;
mod timecache;
mod time;
mod notecache;
mod frame_history;
mod timeline;
mod colors;
mod profile;
mod key_parsing;
pub mod login_manager;
pub mod account_login_view;
pub mod app_creation;
mod app_style;
mod colors;
mod filter;
mod fonts;
mod frame_history;
mod images;
mod imgcache;
mod key_parsing;
pub mod login_manager;
mod notecache;
mod profile;
mod result;
mod time;
mod timecache;
mod timeline;
mod ui;
#[cfg(test)]
#[macro_use]