Fix formatting

This commit is contained in:
James Westman 2024-02-01 19:38:19 -06:00
parent dc42556487
commit 6522421251
5 changed files with 26 additions and 22 deletions

View file

@ -301,9 +301,7 @@ def step5(in_files):
(
Colors.GREEN
if line.startswith("+")
else Colors.RED + Colors.FAINT
if line.startswith("-")
else ""
else Colors.RED + Colors.FAINT if line.startswith("-") else ""
)
+ line
+ Colors.CLEAR