Stay within 79 columns

This commit is contained in:
Luca Benci 2017-10-31 23:14:07 +01:00
parent 249164eb9b
commit dcc53026a3

View File

@ -183,7 +183,8 @@ class Completer(QObject):
if maxsplit is not None and maxsplit < len(before):
self._change_completed_part(text, before, after)
else:
self._change_completed_part(text, before, after, immediate=True)
self._change_completed_part(text, before, after,
immediate=True)
else:
self._change_completed_part(text, before, after)