diff options
author | Lukas Larsson <[email protected]> | 2010-12-14 17:52:01 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:36:39 +0100 |
commit | 307dc266144daa134fc37495362af55a95c06f74 (patch) | |
tree | 7484955b12d3eba40d1c4a8b84aa5dc51e2f83e2 /lib/tools/test/lcnt_SUITE.erl | |
parent | dc8aa5d93676ac46e1d95598cfec767051a88d9a (diff) | |
download | otp-307dc266144daa134fc37495362af55a95c06f74.tar.gz otp-307dc266144daa134fc37495362af55a95c06f74.tar.bz2 otp-307dc266144daa134fc37495362af55a95c06f74.zip |
Fix formatting for tools
Diffstat (limited to 'lib/tools/test/lcnt_SUITE.erl')
-rw-r--r-- | lib/tools/test/lcnt_SUITE.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/tools/test/lcnt_SUITE.erl b/lib/tools/test/lcnt_SUITE.erl index 3de25766fb..2df78ee63b 100644 --- a/lib/tools/test/lcnt_SUITE.erl +++ b/lib/tools/test/lcnt_SUITE.erl @@ -54,16 +54,16 @@ end_per_testcase(_Case, Config) -> suite() -> [{suite_callbacks,[ts_install_scb]}]. all() -> -[load_v1, conflicts, locations, swap_keys]. + [load_v1, conflicts, locations, swap_keys]. groups() -> []. init_per_group(_GroupName, Config) -> - Config. + Config. end_per_group(_GroupName, Config) -> - Config. + Config. %%---------------------------------------------------------------------- |