mirror of
https://codeberg.org/ziglings/exercises.git
synced 2025-06-08 10:07:01 +09:00
Newline after PASSED so multiline results line up better
This commit is contained in:
parent
a6a2810b09
commit
44440ace5a
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ const ZiglingStep = struct {
|
||||||
return error.InvalidOutput;
|
return error.InvalidOutput;
|
||||||
}
|
}
|
||||||
|
|
||||||
print("{s}PASSED: {s}{s}\n", .{ green_text, output, reset_text });
|
print("{s}PASSED:\n{s}{s}\n", .{ green_text, output, reset_text });
|
||||||
}
|
}
|
||||||
|
|
||||||
// The normal compile step calls os.exit, so we can't use it as a library :(
|
// The normal compile step calls os.exit, so we can't use it as a library :(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue