about summary refs log tree commit diff stats
path: root/src/new/mod.rs
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-06-18 16:43:49 +0200
committerSoispha <soispha@vhack.eu>2023-06-18 16:43:49 +0200
commit6bc393444d415d50144b2c213812ce57eae1c01f (patch)
tree4f8785367b2396d07e878f3b0e80096accd015ae /src/new/mod.rs
parentFix(cli): Remove project option (diff)
downloadlpm-6bc393444d415d50144b2c213812ce57eae1c01f.zip
Style(treewide): Format
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();