From 216c1203aa0652e24c83a4adbb663bd797efabf7 Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 23 Dec 2016 11:00:40 -0800 Subject: fix odd continuation and indentation This is just whitespace changes. --- alot/widgets/utils.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'alot/widgets/utils.py') diff --git a/alot/widgets/utils.py b/alot/widgets/utils.py index ce64a6eb..15a2c60b 100644 --- a/alot/widgets/utils.py +++ b/alot/widgets/utils.py @@ -33,8 +33,7 @@ class DialogBox(urwid.WidgetWrap): align='center', valign='top', width=len(title), - height=None, - ) + height=None) urwid.WidgetWrap.__init__(self, box) def selectable(self): -- cgit v1.2.3