diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.rs b/src/main.rs index b1d0563..b19e7bf 100644 --- a/src/main.rs +++ b/src/main.rs @@ -4,9 +4,7 @@ use command_line_interface::{ Command::New, SubCommand::{Chapter, Section}, }; -use new::{ - chapter::generate_new_chapter, section::generate_new_section, -}; +use new::{chapter::generate_new_chapter, section::generate_new_section}; pub mod command_line_interface; pub mod data; |