mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-06 10:03:30 +02:00
Remove newline
This commit is contained in:
+1
-1
@@ -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(())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user