Ery Lee 11 سال پیش
والد
کامیت
c4c0be44f3
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      apps/emqttd/src/emqttd_cm.erl

+ 3 - 3
apps/emqttd/src/emqttd_cm.erl

@@ -118,9 +118,9 @@ getstats() ->
 
 
 init([]) ->
 init([]) ->
     TabId = ets:new(?CLIENT_TAB, [set,
     TabId = ets:new(?CLIENT_TAB, [set,
-                                    named_table,
-                                    public,
-                                    {write_concurrency, true}]),
+                                  named_table,
+                                  public,
+                                  {write_concurrency, true}]),
     {ok, #state{tab = TabId}}.
     {ok, #state{tab = TabId}}.
 
 
 handle_call(Req, _From, State) ->
 handle_call(Req, _From, State) ->