Przeglądaj źródła

style: fix format issues

Kjell Winblad 2 lat temu
rodzic
commit
a65d768873

+ 3 - 1
apps/emqx_authn/src/emqx_authn.app.src

@@ -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"]},

+ 9 - 7
apps/emqx_bridge_mongodb/src/emqx_bridge_mongodb.app.src

@@ -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, []}