Skip to content

Commit c22067d

Browse files
michaelklishinmergify[bot]
authored andcommitted
More cosmetics
(cherry picked from commit ec2bbb4)
1 parent 6e770d5 commit c22067d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deps/rabbitmq_auth_backend_http/src/rabbit_auth_backend_http.erl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ description() ->
3333
%%--------------------------------------------------------------------
3434

3535
user_login_authentication(Username, AuthProps) ->
36-
37-
case http_req(p(user_path), q([{username, Username}]++extract_other_credentials(AuthProps))) of
36+
case http_req(p(user_path), q([{username, Username}] ++ extract_other_credentials(AuthProps))) of
3837
{error, _} = E -> E;
3938
"deny" -> {refused, "Denied by the backing HTTP service", []};
4039
"allow" ++ Rest -> Tags = [rabbit_data_coercion:to_atom(T) ||

0 commit comments

Comments
 (0)