Fix black formating

This commit is contained in:
Paul Nameless 2020-05-05 14:52:59 +08:00
parent 71a05cfc6e
commit 3d7bc17e62

View file

@ -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]