chore: make Elvis happy
This commit is contained in:
parent
a125bf9469
commit
93cb86d3d2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue