summary refs log tree commit diff stats
path: root/src/new/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/new/mod.rs')
-rw-r--r--src/new/mod.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/new/mod.rs b/src/new/mod.rs
index efc55cd..33783c4 100644
--- a/src/new/mod.rs
+++ b/src/new/mod.rs
@@ -62,8 +62,6 @@ const MAIN_FILE: &'static str = r#"%\documentclass[a4paper, 12pt, nosolutions]{r
 \end{document}
 "#;
 
-
-
 pub fn get_project_root() -> io::Result<PathBuf> {
     let path = env::current_dir()?;
     let mut path_ancestors = path.as_path().ancestors();