aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/test/ct_event_handler_SUITE.erl
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-14 10:58:34 +0100
committerLukas Larsson <[email protected]>2011-02-17 17:34:48 +0100
commit7b80fda5902bb59a6314a3f2dcedd5f36ca4f2f8 (patch)
treea378d43627ed25e648a4ed736e783d3a3571db6b /lib/common_test/test/ct_event_handler_SUITE.erl
parent0a0332c09f3cda72deecc39f01b967a62023e585 (diff)
downloadotp-7b80fda5902bb59a6314a3f2dcedd5f36ca4f2f8.tar.gz
otp-7b80fda5902bb59a6314a3f2dcedd5f36ca4f2f8.tar.bz2
otp-7b80fda5902bb59a6314a3f2dcedd5f36ca4f2f8.zip
Fix formatting for common test testcases
Diffstat (limited to 'lib/common_test/test/ct_event_handler_SUITE.erl')
-rw-r--r--lib/common_test/test/ct_event_handler_SUITE.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/test/ct_event_handler_SUITE.erl b/lib/common_test/test/ct_event_handler_SUITE.erl
index 3646671460..39216d9b9e 100644
--- a/lib/common_test/test/ct_event_handler_SUITE.erl
+++ b/lib/common_test/test/ct_event_handler_SUITE.erl
@@ -59,13 +59,13 @@ end_per_testcase(TestCase, Config) ->
suite() -> [{suite_callbacks,[ts_install_scb]}].
all() ->
-[start_stop, results].
+ [start_stop, results].
groups() ->
[].
init_per_group(_GroupName, Config) ->
- Config.
+ Config.
end_per_group(_GroupName, Config) ->
Config.