diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mysqlerl_app.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mysqlerl_app.erl b/src/mysqlerl_app.erl index 645d799..cdb8ade 100644 --- a/src/mysqlerl_app.erl +++ b/src/mysqlerl_app.erl @@ -3,6 +3,7 @@ -behavior(application). +%% Behavior callbacks. -export([start/2, stop/1]). start(normal, []) -> |