瀏覽代碼

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

Loading…
取消
儲存