chore: make Elvis happy

This commit is contained in:
Zaiming (Stone) Shi 2022-03-25 20:06:11 +01:00
parent a125bf9469
commit 93cb86d3d2
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace() ->
roots() ->
lists:foldl(
fun(Module, Roots) ->
Roots ++ Module:roots()
Roots ++ apply(Module, roots, [])
end,
emqx_conf_schema:roots(),
?EE_SCHEMA_MODULES