diff options
author | Lukas Larsson <[email protected]> | 2010-12-14 15:40:29 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:34:49 +0100 |
commit | 274512ff010a080ae84d6cb7f0195415b6227e71 (patch) | |
tree | e8543201b41b2daeab508007eb28d3ce0697db36 /lib | |
parent | a0bdac1dae67efaedfc4ab07363d23c484e0f4d7 (diff) | |
download | otp-274512ff010a080ae84d6cb7f0195415b6227e71.tar.gz otp-274512ff010a080ae84d6cb7f0195415b6227e71.tar.bz2 otp-274512ff010a080ae84d6cb7f0195415b6227e71.zip |
Fix formatting for et
Diffstat (limited to 'lib')
-rw-r--r-- | lib/et/test/et_wx_SUITE.erl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/et/test/et_wx_SUITE.erl b/lib/et/test/et_wx_SUITE.erl index 26479d0f11..b1e805e2c8 100644 --- a/lib/et/test/et_wx_SUITE.erl +++ b/lib/et/test/et_wx_SUITE.erl @@ -18,8 +18,9 @@ -module(et_wx_SUITE). --export([all/0, suite/0,groups/0,init_per_group/2,end_per_group/2, init_per_suite/1, - end_per_suite/1, init_per_testcase/2, end_per_testcase/2]). +-export([all/0, suite/0,groups/0,init_per_group/2,end_per_group/2, + init_per_suite/1, end_per_suite/1, + init_per_testcase/2, end_per_testcase/2]). -compile(export_all). @@ -41,16 +42,16 @@ end_per_testcase(Func,Config) -> suite() -> [{suite_callbacks,[ts_install_scb]}]. all() -> -[start_all_windows]. + [start_all_windows]. groups() -> []. init_per_group(_GroupName, Config) -> - Config. + Config. end_per_group(_GroupName, Config) -> - Config. + Config. %% The test cases |