From d7099a4d98744481e8f7ecce4e9233e66af1fd44 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Wed, 8 Jun 2022 14:52:17 +0300 Subject: Fix formatting --- src/ui.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui.rs') diff --git a/src/ui.rs b/src/ui.rs index 36ba710..d1ef0d3 100755 --- a/src/ui.rs +++ b/src/ui.rs @@ -18,16 +18,16 @@ mod history_box; mod preferences_window; mod report; mod task_details; +mod task_row; mod tasks_group; mod tasks_page; -mod task_row; pub mod window; pub use history_box::FurHistoryBox; pub use preferences_window::FurPreferencesWindow; pub use report::FurReport; pub use task_details::FurTaskDetails; +pub use task_row::FurTaskRow; pub use tasks_group::FurTasksGroup; pub use tasks_page::FurTasksPage; -pub use task_row::FurTaskRow; pub use window::FurtheranceWindow; -- cgit 1.4.1