align
This commit is contained in:
parent
fb8833bb86
commit
c4c0be44f3
|
@ -118,9 +118,9 @@ getstats() ->
|
|||
|
||||
init([]) ->
|
||||
TabId = ets:new(?CLIENT_TAB, [set,
|
||||
named_table,
|
||||
public,
|
||||
{write_concurrency, true}]),
|
||||
named_table,
|
||||
public,
|
||||
{write_concurrency, true}]),
|
||||
{ok, #state{tab = TabId}}.
|
||||
|
||||
handle_call(Req, _From, State) ->
|
||||
|
|
Loading…
Reference in New Issue