You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/10/25 20:15:01 UTC

[GitHub] davisp commented on a change in pull request #915: Disallow duplicate json keys

davisp commented on a change in pull request #915: Disallow duplicate json keys
URL: https://github.com/apache/couchdb/pull/915#discussion_r146973362
 
 

 ##########
 File path: src/chttpd/src/chttpd_auth_cache.erl
 ##########
 @@ -45,7 +45,7 @@ get_user_creds(_Req, UserName) when is_binary(UserName) ->
             Props;
         UserProps when is_list(UserProps) ->
             couch_auth_cache:add_roles(Props,
-	        couch_util:get_value(<<"roles">>, UserProps))
+            couch_util:get_value(<<"roles">>, UserProps))
 
 Review comment:
   This is missing an extra two indents since its a continuation line.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services