style: fix code style issue

This commit is contained in:
Kjell Winblad 2023-06-27 10:52:24 +02:00
parent f99ccd4d76
commit a7db85c1e6
1 changed files with 10 additions and 1 deletions

View File

@ -5,7 +5,16 @@
{modules, []},
{registered, [emqx_authn_sup, emqx_authn_registry]},
{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, []}},
{env, []},