Move the closing parenthesis to the next line

This commit is contained in:
ZyX 2015-02-20 16:14:19 +03:00
parent 83e459c5f8
commit eda9d0d607
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ class PowerlineTextBox(TextBox):
self.font,
self.fontsize,
self.fontshadow,
markup=True)
markup=True,
)
# TODO: Remove this at next major release