mirror of
https://github.com/lilydjwg/nvchecker.git
synced 2025-03-10 06:14:02 +00:00
Use indent 2 here too
This commit is contained in:
parent
e75e2cd3e5
commit
9ff2e3d7d4
1 changed files with 2 additions and 2 deletions
|
@ -179,6 +179,6 @@ def cmp() -> None:
|
|||
}
|
||||
|
||||
for diff in differences:
|
||||
style = diffstyles[diff['delta']]
|
||||
style = diffstyles[diff['delta']]
|
||||
|
||||
print(f'{diff["name"]} {style["oldc"]}{diff["oldver"]}{c.normal} {style["symbol"]} {c.green}{diff["newver"]}{c.normal}')
|
||||
print(f'{diff["name"]} {style["oldc"]}{diff["oldver"]}{c.normal} {style["symbol"]} {c.green}{diff["newver"]}{c.normal}')
|
||||
|
|
Loading…
Add table
Reference in a new issue