Skip to content

Commit 45dafbc

Browse files
committed
Result of running "make format"
1 parent a32bfd1 commit 45dafbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mod_privilege.erl

+2-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ component_send_packet({#iq{from = From,
308308
[]),
309309
drop;
310310
{_, {unprivileged_iq}} ->
311-
?DEBUG("Component ~ts sent a not-wrapped IQ stanza, routing it as-is.", [From#jid.lserver]),
311+
?DEBUG("Component ~ts sent a not-wrapped IQ stanza, routing it as-is.",
312+
[From#jid.lserver]),
312313
IQ;
313314
{_, {error, ErrType, _Err}} ->
314315
?INFO_MSG("IQ not forwarded: Component tried to send not valid IQ stanza: ~p.",

0 commit comments

Comments
 (0)