diff options
| author | Brian Cully <bjc@kublai.com> | 2008-03-02 20:47:43 -0500 |
|---|---|---|
| committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2008-03-02 20:47:43 -0500 |
| commit | 8238414a20fae75b163c4f9cfaecf130402cebba (patch) | |
| tree | 7fe18dbfae886c8259bdb6de01093a9b8c984674 /src | |
| parent | 87ccbcd809bb8b328a49401cbf41c1d0f44f32ef (diff) | |
| download | mysqlerl-8238414a20fae75b163c4f9cfaecf130402cebba.tar.gz mysqlerl-8238414a20fae75b163c4f9cfaecf130402cebba.zip | |
Whitespace.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mysqlerl_sup.erl | 3 |
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]}}. |
