Explorar o código

chore: reformat SUITE case

某文 %!s(int64=2) %!d(string=hai) anos
pai
achega
94b86f01a5
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      apps/emqx/test/emqx_authentication_SUITE.erl

+ 3 - 1
apps/emqx/test/emqx_authentication_SUITE.erl

@@ -297,7 +297,9 @@ t_update_config({init, Config}) ->
     ];
 t_update_config(Config) when is_list(Config) ->
     emqx_config_handler:add_handler([?CONF_ROOT], emqx_authentication_config),
-    ok = emqx_config_handler:add_handler([listeners, '?', '?', ?CONF_ROOT], emqx_authentication_config),
+    ok = emqx_config_handler:add_handler(
+        [listeners, '?', '?', ?CONF_ROOT], emqx_authentication_config
+    ),
     ok = register_provider(?config("auth1"), ?MODULE),
     ok = register_provider(?config("auth2"), ?MODULE),
     Global = ?config(global),