aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/mysqlerl_connection_sup.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mysqlerl_connection_sup.erl b/src/mysqlerl_connection_sup.erl
index 30b9537..6e1632a 100644
--- a/src/mysqlerl_connection_sup.erl
+++ b/src/mysqlerl_connection_sup.erl
@@ -3,7 +3,8 @@
-behavior(supervisor).
--export([start_link/0, connect/6, random_child/0]).
+-export([random_child/0]).
+-export([start_link/0, connect/6]).
-export([init/1]).