style: reformat emqx_connector_mqtt_mod.erl
This commit is contained in:
parent
1db20678b1
commit
33e9823317
|
@ -223,7 +223,7 @@ maybe_publish_to_local_broker(Msg, Vars, Props) ->
|
|||
ok;
|
||||
_ ->
|
||||
_ = emqx_broker:publish(emqx_connector_mqtt_msg:to_broker_msg(Msg, Vars, Props))
|
||||
end.
|
||||
end.
|
||||
|
||||
format_msg_received(
|
||||
#{
|
||||
|
|
Loading…
Reference in New Issue