summaryrefslogtreecommitdiff
path: root/src/ioq/src/ioq_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioq/src/ioq_sup.erl')
-rw-r--r--src/ioq/src/ioq_sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioq/src/ioq_sup.erl b/src/ioq/src/ioq_sup.erl
index c4d04a9e4..937e5a952 100644
--- a/src/ioq/src/ioq_sup.erl
+++ b/src/ioq/src/ioq_sup.erl
@@ -21,4 +21,4 @@ start_link() ->
supervisor:start_link({local, ?MODULE}, ?MODULE, []).
init([]) ->
- {ok, { {one_for_one, 5, 10}, [?CHILD(ioq, worker)]}}.
+ {ok, {{one_for_one, 5, 10}, [?CHILD(ioq, worker)]}}.