Преглед на файлове

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
No known key found for this signature in database GPG ключ ID: 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 = [],

Зареждане…
Отказ
Запис