diff --git a/unisportomat/unisportomat/urls.py b/unisportomat/unisportomat/urls.py
index 37059497301f6ccb630151d0fdf907150d65289f..9e2516382c8b1d9c5ec515c5af440259289c2eb5 100644
--- a/unisportomat/unisportomat/urls.py
+++ b/unisportomat/unisportomat/urls.py
@@ -25,4 +25,4 @@ router.register(r"criterion-list", views.CriterionListView, "criterion-list")
 urlpatterns = [
     path("admin/", admin.site.urls),
     path("api/admin/", include(router.urls)),
-]
\ No newline at end of file
+]