[core/widget] fix small bug (wrong indentation)
This commit is contained in:
parent
e0df8b84e5
commit
f9267f2131
1 changed files with 1 additions and 1 deletions
|
@ -10,6 +10,6 @@ class Widget(util.store.Store):
|
||||||
else:
|
else:
|
||||||
if callable(self._full_text):
|
if callable(self._full_text):
|
||||||
return self._full_text()
|
return self._full_text()
|
||||||
return self._full_text
|
return self._full_text
|
||||||
|
|
||||||
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
# vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4
|
||||||
|
|
Loading…
Reference in a new issue