style: fix empty line
This commit is contained in:
parent
c44c7fcbce
commit
71f3efb2ce
|
@ -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)).
|
||||
|
||||
|
|
Loading…
Reference in New Issue