Fix indentation

This commit is contained in:
Evgeniy Khramtsov 2018-02-14 11:42:43 +03:00
parent 60a8623929
commit 516f4d03a1
1 changed files with 19 additions and 19 deletions

View File

@ -159,7 +159,7 @@ handle_auth_success(_, Mech, _,
[xmpp_socket:pp(Socket), Mech, RemoteServer,
ejabberd_config:may_hide_data(misc:ip_to_list(IP))]),
lists:foreach(
fun (H) ->
fun(H) ->
ejabberd_router:register_route(H, ?MYNAME),
ejabberd_hooks:run(component_connected, [H])
end, dict:fetch_keys(HostOpts)),