Skip to content

Commit

Permalink
Removing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
KatherineMichel authored Jul 21, 2020
1 parent d9b65f3 commit c5c4e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinax/referrals/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def save(self, *args, **kwargs):
if not self.code:
self.code = settings.PINAX_REFERRALS_CODE_GENERATOR_CALLBACK(Referral)
return super().save(*args, **kwargs)

@classmethod
def create(cls, redirect_to, user=None, label="", target=None):
if target:
Expand Down

0 comments on commit c5c4e71

Please # to comment.