diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/mirrored_supervisor.erl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl index 9bc350b2e4..c8cf527b3a 100644 --- a/src/mirrored_supervisor.erl +++ b/src/mirrored_supervisor.erl @@ -427,9 +427,7 @@ check_start(Group, Delegate, ChildSpec) -> supervisor(Pid) -> with_exit_handler( fun() -> dead end, - fun() -> - gen_server:call(Pid, delegate_supervisor, infinity) - end). + fun() -> gen_server:call(Pid, delegate_supervisor, infinity) end). write(Group, ChildSpec) -> ok = mnesia:write(#mirrored_sup_childspec{id = id(ChildSpec), |
