fix(dialyzer): fix dialyzer warning about unmatched value
This commit is contained in:
parent
30a3ea3dc4
commit
f0a5208f3c
|
@ -63,7 +63,7 @@ reload_components() ->
|
||||||
?INFO("reloading resource providers ..."),
|
?INFO("reloading resource providers ..."),
|
||||||
emqx_rule_engine:load_providers(),
|
emqx_rule_engine:load_providers(),
|
||||||
?INFO("loading plugins ..."),
|
?INFO("loading plugins ..."),
|
||||||
load_plugins(),
|
_ = load_plugins(),
|
||||||
ok.
|
ok.
|
||||||
|
|
||||||
-endif.
|
-endif.
|
||||||
|
|
Loading…
Reference in New Issue