style(emqx_sys): make elvis happy
This commit is contained in:
parent
e1979bf488
commit
582dea10f5
|
@ -153,7 +153,8 @@ handle_info({timeout, TRef, heartbeat}, State = #state{heartbeat = TRef}) ->
|
|||
publish_any(datetime, iolist_to_binary(datetime())),
|
||||
{noreply, heartbeat(State)};
|
||||
|
||||
handle_info({timeout, TRef, tick}, State = #state{ticker = TRef, version = Version, sysdescr = Descr}) ->
|
||||
handle_info({timeout, TRef, tick},
|
||||
State = #state{ticker = TRef, version = Version, sysdescr = Descr}) ->
|
||||
publish_any(version, Version),
|
||||
publish_any(sysdescr, Descr),
|
||||
publish_any(brokers, ekka_mnesia:running_nodes()),
|
||||
|
|
Loading…
Reference in New Issue