From 0b1ba738bae1c6a5c90ec4125ced51cf8b3760c2 Mon Sep 17 00:00:00 2001 From: Maximilian Merz Date: Thu, 18 Feb 2016 19:47:35 +0100 Subject: [PATCH] minor whitespace change --- beets/ui/commands.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/beets/ui/commands.py b/beets/ui/commands.py index 1171d7abc..317af8659 100644 --- a/beets/ui/commands.py +++ b/beets/ui/commands.py @@ -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 = {