[core/widget] fix small bug (wrong indentation)

This commit is contained in:
Tobias Witek 2020-02-07 21:32:20 +01:00
parent e0df8b84e5
commit f9267f2131

View file

@ -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