Skip to content

Commit eaa5d5b

Browse files
committed
Fix line spacing
1 parent 9f7bcc1 commit eaa5d5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/core/views.py

+1
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ def gitlab_build(request):
243243
else:
244244
return HttpResponse("You must POST to this resource.")
245245

246+
246247
@csrf_exempt
247248
def bitbucket_build(request):
248249
if request.method == 'POST':

0 commit comments

Comments
 (0)