Move the closing parenthesis to the next line
This commit is contained in:
parent
83e459c5f8
commit
eda9d0d607
|
@ -40,7 +40,8 @@ class PowerlineTextBox(TextBox):
|
|||
self.font,
|
||||
self.fontsize,
|
||||
self.fontshadow,
|
||||
markup=True)
|
||||
markup=True,
|
||||
)
|
||||
|
||||
|
||||
# TODO: Remove this at next major release
|
||||
|
|
Loading…
Reference in New Issue