Ver código fonte

Merge pull request #2073 from max-au/missing_comma_sup

supervisor template: add missing comma
pull/2074/head
Fred Hebert 6 anos atrás
committed by GitHub
pai
commit
cbe3292b52
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: 4AEE18F83AFDEB23
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      priv/templates/sup.erl

+ 1
- 1
priv/templates/sup.erl Ver arquivo

@ -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 = [],

Carregando…
Cancelar
Salvar