From 48600492680284d1cfef0c16df22ffb44df392af Mon Sep 17 00:00:00 2001 From: zhouzb Date: Fri, 17 Sep 2021 15:29:02 +0800 Subject: [PATCH] chore(authn): insert final newline --- apps/emqx/src/emqx_authentication_sup.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx/src/emqx_authentication_sup.erl b/apps/emqx/src/emqx_authentication_sup.erl index cdae04f3c..7b0d77f71 100644 --- a/apps/emqx/src/emqx_authentication_sup.erl +++ b/apps/emqx/src/emqx_authentication_sup.erl @@ -45,4 +45,4 @@ init([]) -> type => worker, modules => [emqx_authentication]}, - {ok, {SupFlags, [AuthN]}}. \ No newline at end of file + {ok, {SupFlags, [AuthN]}}.