mirror of
https://github.com/beetbox/beets.git
synced 2025-12-28 11:32:30 +01:00
minor whitespace change
This commit is contained in:
parent
9a50224500
commit
0b1ba738ba
1 changed files with 4 additions and 2 deletions
|
|
@ -596,8 +596,10 @@ def show_change(cur_artist, cur_album, match):
|
|||
# Construct lhs and rhs line widths.
|
||||
lhs_width = len(lhs_comp)
|
||||
rhs_width = len(rhs_comp)
|
||||
if max_width_l < lhs_width: max_width_l = lhs_width
|
||||
if max_width_r < rhs_width: max_width_r = rhs_width
|
||||
if max_width_l < lhs_width:
|
||||
max_width_l = lhs_width
|
||||
if max_width_r < rhs_width:
|
||||
max_width_r = rhs_width
|
||||
|
||||
# Construct lhs and rhs arrays.
|
||||
info = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue