aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2008-03-02 20:47:43 -0500
committerBrian Cully <github.20.shmit@spamgourmet.com>2008-03-02 20:47:43 -0500
commit8238414a20fae75b163c4f9cfaecf130402cebba (patch)
tree7fe18dbfae886c8259bdb6de01093a9b8c984674 /src
parent87ccbcd809bb8b328a49401cbf41c1d0f44f32ef (diff)
downloadmysqlerl-8238414a20fae75b163c4f9cfaecf130402cebba.tar.gz
mysqlerl-8238414a20fae75b163c4f9cfaecf130402cebba.zip
Whitespace.
Diffstat (limited to 'src')
-rw-r--r--src/mysqlerl_sup.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mysqlerl_sup.erl b/src/mysqlerl_sup.erl
index e8c1485..1ebfbf2 100644
--- a/src/mysqlerl_sup.erl
+++ b/src/mysqlerl_sup.erl
@@ -13,5 +13,4 @@ init([]) ->
{mysqlerl_connection_sup, start_link, []},
permanent, infinity, supervisor,
[mysqlerl_connection_sup]},
- {ok, {{one_for_one, 10, 5},
- [ConnectionSup]}}.
+ {ok, {{one_for_one, 10, 5}, [ConnectionSup]}}.