chore(bridge-mqtt): fix styles

This commit is contained in:
JianBo He 2021-01-28 10:28:16 +08:00 committed by JianBo He
parent d98d26942c
commit 456e3e5faa
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ stop(#{client_pid := Pid}) when is_pid(Pid) ->
ok.
%% @doc Callback for `emqx_bridge_connect' behaviour
-spec send(#{address:=node_or_tuple(), _=>_}, batch()) -> {ok, ack_ref()} | {error, any()}.
-spec send(#{address := node_or_tuple(), _ => _}, batch()) -> {ok, ack_ref()} | {error, any()}.
send(#{address := Remote}, Batch) ->
case ?RPC:call(Remote, ?MODULE, handle_send, [Batch]) of
ok ->