mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
Remove newline
This commit is contained in:
parent
700a065abd
commit
d1ff4b5cf0
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ pub fn check(require_solutions: bool) -> Result<()> {
|
||||||
check_exercises(&info_file, &cmd_runner)?;
|
check_exercises(&info_file, &cmd_runner)?;
|
||||||
check_solutions(require_solutions, &info_file, &cmd_runner)?;
|
check_solutions(require_solutions, &info_file, &cmd_runner)?;
|
||||||
|
|
||||||
println!("\nEverything looks fine!");
|
println!("Everything looks fine!");
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue