Commit eea3b311 by Sylvia Pearce

Delete white spaces that are causing test failures

parent c2420b09
......@@ -141,20 +141,20 @@ class ProfileImageRemoveView(APIView):
**Example Responses**
When the requesting user tries to remove the profile image for a different user, the
request returns one of the following responses.
When the requesting user tries to remove the profile image for a
different user, the request returns one of the following responses.
* If the user does not have staff access, the request returns an HTTP
404 "Not Found" response.
* If no user matches the "username" parameter, the request returns an HTTP
404 "Not Found" response.
* If no user matches the "username" parameter, the request returns an
HTTP 404 "Not Found" response.
* If the image could not be removed, the request returns an HTTP 400 "Bad
Request" response with more information.
* If the image could not be removed, the request returns an HTTP 400
"Bad Request" response with more information.
* If the request successfully removes the image, the request returns an
HTTP 204 "No Content" response with no additional content.
* If the request successfully removes the image, the request returns
an HTTP 204 "No Content" response with no additional content.
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment