Browse Source

supervisor template: add missing comma

pull/2073/head
Maxim Fedorov 6 years ago
parent
commit
137cc48768
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      priv/templates/sup.erl

+ 1
- 1
priv/templates/sup.erl View File

@ -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…
Cancel
Save