mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Fix formatting
This commit is contained in:
parent
dc42556487
commit
6522421251
5 changed files with 26 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue