Skip to content

Commit a0f6443

Browse files
feat: reverting useless changes
1 parent 573ffde commit a0f6443

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

loco-new/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

loco-new/src/generator/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ use crate::{settings, OS};
2323

2424
static APP_TEMPLATE: Dir<'_> = include_dir!("base_template");
2525

26-
2726
/// Extracts a default template to a temporary directory for use by the
2827
/// application.
2928
///
3029
/// # Errors
3130
/// when could not extract the the base template
3231
pub fn extract_default_template() -> std::io::Result<tree_fs::Tree> {
3332
let generator_tmp_folder = tree_fs::TreeBuilder::default().create()?;
33+
3434
APP_TEMPLATE.extract(&generator_tmp_folder.root)?;
3535
Ok(generator_tmp_folder)
3636
}

0 commit comments

Comments
 (0)