Skip to content

Commit

Permalink
Add newline at end of file and fix formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
KuzykY committed Sep 6, 2024
1 parent fbaa38f commit f7eff2a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BackEnd/administration/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,5 @@ class ContactsView(View):
"""

def get(self, request):
return JsonResponse(CONTACTS_INFO)
return JsonResponse(CONTACTS_INFO)

0 comments on commit f7eff2a

Please sign in to comment.