summaryrefslogtreecommitdiff
path: root/alot/widgets/utils.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2016-12-23 11:00:40 -0800
committerDylan Baker <dylan@pnwbakers.com>2016-12-27 15:10:59 -0800
commit216c1203aa0652e24c83a4adbb663bd797efabf7 (patch)
tree22b993ea0bcb40d0f3b4d60661fafae498a10de7 /alot/widgets/utils.py
parentee9b39f4adf34f784b803168067ba90c5c575552 (diff)
fix odd continuation and indentation
This is just whitespace changes.
Diffstat (limited to 'alot/widgets/utils.py')
-rw-r--r--alot/widgets/utils.py3
1 files changed, 1 insertions, 2 deletions
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):