Browse Source

Merge pull request #2073 from max-au/missing_comma_sup

supervisor template: add missing comma
pull/2074/head
Fred Hebert 6 years ago
committed by GitHub
parent
commit
cbe3292b52
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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