changes after review

This commit is contained in:
Folkert 2022-07-28 16:25:14 +02:00
parent 01eb161ffe
commit dbbbc32583
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 9 additions and 19 deletions

View file

@ -439,10 +439,8 @@ pub fn test(matches: &ArgMatches, triple: Triple) -> io::Result<i32> {
31 // red
};
println!();
println!(
"\x1B[{failed_color}m{failed}\x1B[39m failed and \x1B[32m{passed}\x1B[39m passed in {} ms.\n",
"\n\x1B[{failed_color}m{failed}\x1B[39m failed and \x1B[32m{passed}\x1B[39m passed in {} ms.\n",
total_time.as_millis(),
);