Adjusting spacing between function arguments
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 8 Sep 2011 00:37:25 +0000 (19:37 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 8 Sep 2011 00:37:25 +0000 (19:37 -0500)
mediagoblin/auth/lib.py

index 31dc4b7f24fbb5540af599373a9fd199bf7ff942..abe8ce333d178bca0f96df3eb699e2f3c4370fba 100644 (file)
@@ -127,7 +127,7 @@ EMAIL_FP_VERIFICATION_TEMPLATE = (
     u"http://{host}{uri}?"
     u"userid={userid}&token={fp_verification_key}")
 
-def send_fp_verification_email(user,request):
+def send_fp_verification_email(user, request):
     """
     Send the verification email to users to change their password.