]> git.parisson.com Git - django-social-auth.git/commitdiff
Remove space
authorMatías Aguirre <matiasaguirre@gmail.com>
Sun, 22 Jan 2012 17:42:58 +0000 (15:42 -0200)
committerMatías Aguirre <matiasaguirre@gmail.com>
Sun, 22 Jan 2012 17:42:58 +0000 (15:42 -0200)
social_auth/views.py

index b885d39b27901bbd08947dcbecfc9c305030c842..d1903a4211691193ff20af2baf9283d7ba5c6d2c 100644 (file)
@@ -167,7 +167,7 @@ def complete_process(request, backend, *args, **kwargs):
             # in authenticate process
             social_user = user.social_user
 
-            if SESSION_EXPIRATION :
+            if SESSION_EXPIRATION:
                 # Set session expiration date if present and not disabled by
                 # setting. Use last social-auth instance for current provider,
                 # users can associate several accounts with a same provider.