about summary refs log tree commit diff
path: root/src/ui.rs
diff options
context:
space:
mode:
authorRicky Kresslein <rk@lakoliu.com>2022-06-08 14:52:17 +0300
committerRicky Kresslein <rk@lakoliu.com>2022-06-08 14:52:17 +0300
commitd7099a4d98744481e8f7ecce4e9233e66af1fd44 (patch)
tree75edd112e2e92ae68c33f4d110789ec72255ff80 /src/ui.rs
parent64bfc787cca62621963d3409befcf85f9b2c8dd9 (diff)
downloadFurtherance-d7099a4d98744481e8f7ecce4e9233e66af1fd44.tar.zst
Fix formatting
Diffstat (limited to 'src/ui.rs')
-rwxr-xr-xsrc/ui.rs4
1 files changed, 2 insertions, 2 deletions
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;