Skip to content

Commit

Permalink
fixes newline
Browse files Browse the repository at this point in the history
  • Loading branch information
fanni committed Nov 22, 2024
1 parent 5fd3306 commit 2e8aebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ class Genre(models.Model):

class Actor(models.Model):
first_name = models.CharField(max_length=255)
last_name = models.CharField(max_length=255)
last_name = models.CharField(max_length=255)

0 comments on commit 2e8aebd

Please sign in to comment.