Skip to content

Commit

Permalink
style: [AXM-355] fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
NiedielnitsevIvan committed Jun 10, 2024
1 parent 39ac5fa commit 1348ea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openedx/features/offline_mode/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ def post(self, request, *args, **kwargs):
else:
return Response(
data={'error': 'Offline mode is not enabled for this course'},
status=status.HTTP_400_BAD_REQUEST
)
status=status.HTTP_400_BAD_REQUEST,
)

0 comments on commit 1348ea3

Please sign in to comment.