Преглед изворни кода

supervisor template: add missing comma

pull/2073/head
Maxim Fedorov пре 6 година
родитељ
комит
137cc48768
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      priv/templates/sup.erl

+ 1
- 1
priv/templates/sup.erl Прегледај датотеку

@ -27,7 +27,7 @@ start_link() ->
%% type => worker(), % optional
%% modules => modules()} % optional
init([]) ->
SupFlags = #{strategy => one_for_all
SupFlags = #{strategy => one_for_all,
intensity => 0,
period => 1},
ChildSpecs = [],

Loading…
Откажи
Сачувај