mirror of
https://github.com/paul-nameless/tg
synced 2024-11-22 03:43:19 +00:00
Fix black formating
This commit is contained in:
parent
71a05cfc6e
commit
3d7bc17e62
1 changed files with 5 additions and 1 deletions
|
@ -247,7 +247,11 @@ class MsgView:
|
|||
# log.warning('Reched end of lines')
|
||||
break
|
||||
|
||||
attrs = [get_color(cyan, -1), get_color(blue, -1), get_color(white, -1)]
|
||||
attrs = [
|
||||
get_color(cyan, -1),
|
||||
get_color(blue, -1),
|
||||
get_color(white, -1),
|
||||
]
|
||||
if i == current:
|
||||
attrs = [attr | reverse for attr in attrs]
|
||||
|
||||
|
|
Loading…
Reference in a new issue