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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 = [], |
|
|
|