chore: make Elvis happy
This commit is contained in:
parent
a125bf9469
commit
93cb86d3d2
|
@ -16,7 +16,7 @@ namespace() ->
|
||||||
roots() ->
|
roots() ->
|
||||||
lists:foldl(
|
lists:foldl(
|
||||||
fun(Module, Roots) ->
|
fun(Module, Roots) ->
|
||||||
Roots ++ Module:roots()
|
Roots ++ apply(Module, roots, [])
|
||||||
end,
|
end,
|
||||||
emqx_conf_schema:roots(),
|
emqx_conf_schema:roots(),
|
||||||
?EE_SCHEMA_MODULES
|
?EE_SCHEMA_MODULES
|
||||||
|
|
Loading…
Reference in New Issue