diff options
author | Soispha <soispha@vhack.eu> | 2023-06-18 16:43:49 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-06-18 16:43:49 +0200 |
commit | 6bc393444d415d50144b2c213812ce57eae1c01f (patch) | |
tree | 4f8785367b2396d07e878f3b0e80096accd015ae /src/new/mod.rs | |
parent | Fix(cli): Remove project option (diff) | |
download | lpm-6bc393444d415d50144b2c213812ce57eae1c01f.zip |
Style(treewide): Format
Diffstat (limited to 'src/new/mod.rs')
-rw-r--r-- | src/new/mod.rs | 2 |
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(); |