style: fix format issues

This commit is contained in:
Kjell Winblad 2023-05-15 16:48:11 +02:00
parent fa2c2a300a
commit a65d768873
2 changed files with 12 additions and 8 deletions

View File

@ -4,7 +4,9 @@
{vsn, "0.1.22"},
{modules, []},
{registered, [emqx_authn_sup, emqx_authn_registry]},
{applications, [kernel, stdlib, emqx_resource, emqx_connector, ehttpc, epgsql, mysql, jose, emqx_mongodb]},
{applications, [
kernel, stdlib, emqx_resource, emqx_connector, ehttpc, epgsql, mysql, jose, emqx_mongodb
]},
{mod, {emqx_authn_app, []}},
{env, []},
{licenses, ["Apache-2.0"]},

View File

@ -2,13 +2,15 @@
{description, "EMQX Enterprise MongoDB Bridge"},
{vsn, "0.2.0"},
{registered, []},
{applications, [kernel,
stdlib,
emqx_connector,
emqx_resource,
emqx_bridge,
emqx_ee_bridge,
emqx_mongodb]},
{applications, [
kernel,
stdlib,
emqx_connector,
emqx_resource,
emqx_bridge,
emqx_ee_bridge,
emqx_mongodb
]},
{env, []},
{modules, []},
{links, []}