aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2012-02-09 17:13:20 -0500
committerBrian Cully <bjc@kublai.com>2012-02-09 17:13:20 -0500
commitf966e01cd7ec6ff0b0459c2001138f7565bb4be9 (patch)
tree4e6dbfad39b8c834d0c550e47ded7b422f32c526
parent614810fb64174b80ab90214562305ea6f8cf5a85 (diff)
downloadmysqlerl-f966e01cd7ec6ff0b0459c2001138f7565bb4be9.tar.gz
mysqlerl-f966e01cd7ec6ff0b0459c2001138f7565bb4be9.zip
mysqlerl_app_SUITE.erl: Whitespace.
-rw-r--r--test/mysqlerl_app_SUITE.erl2
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].
%%--------------------------------------------------------------------