Переглянути джерело

Merge pull request #2073 from max-au/missing_comma_sup

supervisor template: add missing comma
pull/2074/head
Fred Hebert 6 роки тому
committed by GitHub
джерело
коміт
cbe3292b52
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: 4AEE18F83AFDEB23
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 = [],

Завантаження…
Відмінити
Зберегти