Skip to content

Commit

Permalink
add newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
anandmatt committed Dec 4, 2023
1 parent b1e4b38 commit 3d3d52c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/involvement/forms/appointment_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,5 @@ def save(self):
if not created:
appl.status = 'appointed'
appl.save()
cron.remove_old_applications()
cron.remove_old_applications()

0 comments on commit 3d3d52c

Please sign in to comment.