From a7db85c1e67b19d209a90964991db10136e62c27 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Tue, 27 Jun 2023 10:52:24 +0200 Subject: [PATCH] style: fix code style issue --- apps/emqx_authn/src/emqx_authn.app.src | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/apps/emqx_authn/src/emqx_authn.app.src b/apps/emqx_authn/src/emqx_authn.app.src index 8e6807972..31324d52c 100644 --- a/apps/emqx_authn/src/emqx_authn.app.src +++ b/apps/emqx_authn/src/emqx_authn.app.src @@ -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, []},