Remove whitespace

This commit is contained in:
Thomas Wade 2020-04-21 17:01:11 +09:30
parent 1664aa8010
commit 49d5689aa6

View File

@ -154,7 +154,6 @@ class Submission:
return Submission._submissioncache[id] return Submission._submissioncache[id]
def fave(self): def fave(self):
if self.faved is False: # Usage of the faved property is deliberate to ensure _get_submission() has run if self.faved is False: # Usage of the faved property is deliberate to ensure _get_submission() has run
self._toggle_fave() self._toggle_fave()