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:
[email protected]


With regards,
Apache Git Services

Reply via email to