Skip to content

Commit

Permalink
fix: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fankaiLiu committed Jan 11, 2024
1 parent d831dba commit 9c7782d
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 @@ -53,7 +53,7 @@ fn after_print_info(project_name: &String) {
println!(); // a new line
success(t!("create_info", project_name = project_name).replace(r"\n", "\n"));
success(t!("create_success").replace(r"\n", "\n"));
success(t!("rust_version_tip").replace(r"`", "`"));
success(t!("rust_version_tip"));
println!(); // a new line
}

Expand Down

0 comments on commit 9c7782d

Please sign in to comment.