Some minor style fixes.
authorLennard de Rijk <ljvderijk@gmail.com>
Sun, 19 Apr 2009 22:51:58 +0000
changeset 2255 783e69b54d47
parent 2254 416da888eaa6
child 2256 7b95f10b206a
Some minor style fixes. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/cron/student_proposal_mailer.py
--- a/app/soc/cron/student_proposal_mailer.py	Sun Apr 19 22:50:30 2009 +0000
+++ b/app/soc/cron/student_proposal_mailer.py	Sun Apr 19 22:51:58 2009 +0000
@@ -113,6 +113,7 @@
   # we are finished
   return
 
+
 def sendStudentProposalMail(job_entity):
   """Job that will send out an email to a student that sent in a proposal
   that either got accepted or rejected.
@@ -181,4 +182,3 @@
 
   # we are done here
   return
-