style: fix code style issue
This commit is contained in:
parent
f99ccd4d76
commit
a7db85c1e6
|
@ -5,7 +5,16 @@
|
||||||
{modules, []},
|
{modules, []},
|
||||||
{registered, [emqx_authn_sup, emqx_authn_registry]},
|
{registered, [emqx_authn_sup, emqx_authn_registry]},
|
||||||
{applications, [
|
{applications, [
|
||||||
kernel, stdlib, emqx_resource, emqx_connector, ehttpc, epgsql, mysql, jose, emqx_mongodb, emqx_redis
|
kernel,
|
||||||
|
stdlib,
|
||||||
|
emqx_resource,
|
||||||
|
emqx_connector,
|
||||||
|
ehttpc,
|
||||||
|
epgsql,
|
||||||
|
mysql,
|
||||||
|
jose,
|
||||||
|
emqx_mongodb,
|
||||||
|
emqx_redis
|
||||||
]},
|
]},
|
||||||
{mod, {emqx_authn_app, []}},
|
{mod, {emqx_authn_app, []}},
|
||||||
{env, []},
|
{env, []},
|
||||||
|
|
Loading…
Reference in New Issue