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"}, {vsn, "0.1.22"},
{modules, []}, {modules, []},
{registered, [emqx_authn_sup, emqx_authn_registry]}, {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, []}}, {mod, {emqx_authn_app, []}},
{env, []}, {env, []},
{licenses, ["Apache-2.0"]}, {licenses, ["Apache-2.0"]},

View File

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