one and only one empty line at the end of the file

This commit is contained in:
Peter Pfeufer
2021-05-17 09:48:57 +02:00
parent 8c3df89d52
commit a99a375375
72 changed files with 53 additions and 72 deletions

View File

@@ -114,4 +114,4 @@ class OwnershipRecord(models.Model):
ordering = ['-created']
def __str__(self):
return "%s: %s on %s" % (self.user, self.character, self.created)
return "%s: %s on %s" % (self.user, self.character, self.created)