Skip to content

Commit

Permalink
cargo clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fankaiLiu committed Nov 26, 2023
1 parent 7d6e3eb commit 18fc508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/create_project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ fn create_basic_file(
];

for (file_name, template) in &templates {
render_and_write_to_file(&handlebars, template, &data, project_path.join(file_name))?;
render_and_write_to_file(handlebars, template, &data, project_path.join(file_name))?;
}

//src/middleware
Expand Down

0 comments on commit 18fc508

Please sign in to comment.