Skip to content

Commit 6cfd5b2

Browse files
committed
added line ending
1 parent 0a660e5 commit 6cfd5b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_django/rest_framework/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
class MyFakeModel(models.Model):
55
cool_name = models.CharField(max_length=50)
6-
created = models.DateTimeField(auto_now_add=True)
6+
created = models.DateTimeField(auto_now_add=True)

0 commit comments

Comments
 (0)