Rename the total_bandwidth file for clarity

This commit is contained in:
Rupert Rutledge
2020-05-18 21:40:36 +01:00
parent edea995ce9
commit 098af1f7be
2 changed files with 2 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
mod display_bandwidth;
mod header_details;
mod help_text;
mod layout;
mod table;
mod total_bandwidth;
pub use display_bandwidth::*;
pub use header_details::*;
pub use help_text::*;
pub use layout::*;
pub use table::*;
pub use total_bandwidth::*;