mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
Remove unnecessary trailing space
This commit is contained in:
@@ -196,7 +196,7 @@ def main():
|
||||
print(f"{passcount} / {passcount + failcount} passed ({skipcount} skipped)")
|
||||
if failcount:
|
||||
failstr = "\n ".join(failed)
|
||||
print(f"{RED}Failed tests{RESET}: \n {failstr}")
|
||||
print(f"{RED}Failed tests{RESET}:\n {failstr}")
|
||||
if passcount == 0 and failcount == 0 and skipcount:
|
||||
return 125
|
||||
return 1 if failcount else 0
|
||||
|
||||
Reference in New Issue
Block a user