25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

mod_caps: Fix indentation

This commit is contained in:
Holger Weiss 2018-01-29 00:02:15 +01:00
parent 795efb2ee1
commit d0af61f488

View File

@ -145,7 +145,6 @@ user_receive_packet(Acc) ->
Acc.
-spec caps_stream_features([xmpp_element()], binary()) -> [xmpp_element()].
caps_stream_features(Acc, MyHost) ->
case gen_mod:is_loaded(MyHost, ?MODULE) of
true ->