From 6bc393444d415d50144b2c213812ce57eae1c01f Mon Sep 17 00:00:00 2001 From: Soispha Date: Sun, 18 Jun 2023 16:43:49 +0200 Subject: Style(treewide): Format --- src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/main.rs') 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; -- cgit 1.4.1