Browse Source

chore(authn): insert final newline

zhouzb 4 years ago
parent
commit
4860049268
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/emqx/src/emqx_authentication_sup.erl

+ 1 - 1
apps/emqx/src/emqx_authentication_sup.erl

@@ -45,4 +45,4 @@ init([]) ->
               type => worker,
               modules => [emqx_authentication]},
 
-    {ok, {SupFlags, [AuthN]}}.
+    {ok, {SupFlags, [AuthN]}}.