Skip to content

Commit

Permalink
fix: indent fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairshakoorarbisoft committed Aug 1, 2023
1 parent 6cc7a60 commit fc2c677
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openassessment/fileupload/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
'django/<path:key>/',
views_django_storage.django_storage,
name='openassessment-django-storage'
),
),
path(
'<path:key>/',
views_filesystem.filesystem_storage,
name='openassessment-filesystem-storage'
),
),
]

0 comments on commit fc2c677

Please sign in to comment.