style: fix empty line

This commit is contained in:
Stefan Strigler 2023-02-17 15:57:53 +01:00
parent c44c7fcbce
commit 71f3efb2ce
1 changed files with 0 additions and 1 deletions

View File

@ -193,7 +193,6 @@ convert_broker_info({uptime, Uptime}, M) ->
convert_broker_info({K, V}, M) ->
M#{K => iolist_to_binary(V)}.
broker_info(Nodes) ->
emqx_rpc:unwrap_erpc(emqx_management_proto_v3:broker_info(Nodes)).