diff apps/snippet/models.py @ 206:1f1e867cb37f

Removed unnecessary whitespaces from the source
author Ahsan Ali Shahid <ahsan.ali.shahid@gmail.com>
date Fri, 19 Jul 2013 22:54:18 +0500
parents c13a3ab314ab
children d534881629ff
line wrap: on
line diff
--- a/apps/snippet/models.py	Fri Jul 19 22:40:25 2013 +0500
+++ b/apps/snippet/models.py	Fri Jul 19 22:54:18 2013 +0500
@@ -41,7 +41,6 @@
                                related_name='children')
     num_views = models.IntegerField(default=0)
     rating = RatingField(range=5,can_change_vote=True,allow_anonymous=True,allow_delete=True)
-    
     class Meta:
         ordering = ('-published',)