diff options
author | Brian Cully <bjc@kublai.com> | 2012-02-09 17:13:20 -0500 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2012-02-09 17:13:20 -0500 |
commit | f966e01cd7ec6ff0b0459c2001138f7565bb4be9 (patch) | |
tree | 4e6dbfad39b8c834d0c550e47ded7b422f32c526 | |
parent | 614810fb64174b80ab90214562305ea6f8cf5a85 (diff) | |
download | mysqlerl-f966e01cd7ec6ff0b0459c2001138f7565bb4be9.tar.gz mysqlerl-f966e01cd7ec6ff0b0459c2001138f7565bb4be9.zip |
mysqlerl_app_SUITE.erl: Whitespace.
-rw-r--r-- | test/mysqlerl_app_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mysqlerl_app_SUITE.erl b/test/mysqlerl_app_SUITE.erl index 9ea4b76..706b132 100644 --- a/test/mysqlerl_app_SUITE.erl +++ b/test/mysqlerl_app_SUITE.erl @@ -105,7 +105,7 @@ groups() -> %% Reason = term() %% @end %%-------------------------------------------------------------------- -all() -> +all() -> [app_starts, app_stops]. %%-------------------------------------------------------------------- |