Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Premwoik committed Mar 2, 2022
1 parent 28f484f commit 198cc90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/muc_light/mod_muc_light_api.erl
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ change_affiliation(RoomJID, SenderJID, RecipientJID, Affiliation) ->
Changes = query(?NS_MUC_LIGHT_AFFILIATIONS,
[affiliate(jid:to_binary(RecipientBare), Affiliation)]),
ejabberd_router:route(S, RoomJID, iq(jid:to_binary(S), jid:to_binary(RoomJID),
<<"set">>, [Changes])),
<<"set">>, [Changes])),
ok.

-spec remove_user_from_room(jid:jid(), jid:jid(), jid:jid()) ->
Expand Down

0 comments on commit 198cc90

Please sign in to comment.