changeset 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
files apps/snippet/models.py static/css/agora.less
diffstat 2 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/apps/snippet/models.py
+++ b/apps/snippet/models.py
@@ -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',)
 
--- a/static/css/agora.less
+++ b/static/css/agora.less
@@ -495,7 +495,6 @@
 }
 #radio_votes ul
 {
-    
     list-style: none;
     display:block;
 }