diff options
author | Lukas Larsson <[email protected]> | 2010-12-14 16:02:14 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:34:50 +0100 |
commit | 892b9be5e72daeefd4af514f4c79d0b4c1863479 (patch) | |
tree | 12ede244deb37a6e3ba0a94a1a8fc5271cc3ade0 /lib/jinterface/test/nc_SUITE.erl | |
parent | 1dbe670df66a89942ce544be59e6314a80332452 (diff) | |
download | otp-892b9be5e72daeefd4af514f4c79d0b4c1863479.tar.gz otp-892b9be5e72daeefd4af514f4c79d0b4c1863479.tar.bz2 otp-892b9be5e72daeefd4af514f4c79d0b4c1863479.zip |
Fix formatting for jinterface
Diffstat (limited to 'lib/jinterface/test/nc_SUITE.erl')
-rw-r--r-- | lib/jinterface/test/nc_SUITE.erl | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/jinterface/test/nc_SUITE.erl b/lib/jinterface/test/nc_SUITE.erl index 4b7ba1a437..fde2fd5071 100644 --- a/lib/jinterface/test/nc_SUITE.erl +++ b/lib/jinterface/test/nc_SUITE.erl @@ -53,21 +53,21 @@ suite() -> [{suite_callbacks,[ts_install_scb]}]. all() -> -[pid_roundtrip, port_roundtrip, ref_roundtrip, - new_float, old_stuff, binary_roundtrip, - decompress_roundtrip, compress_roundtrip, - integer_roundtrip, fun_roundtrip, lists_roundtrip, - lists_roundtrip_2, lists_iterator, unicode, - unicode_list_to_string, unicode_string_to_list, connect]. + [pid_roundtrip, port_roundtrip, ref_roundtrip, + new_float, old_stuff, binary_roundtrip, + decompress_roundtrip, compress_roundtrip, + integer_roundtrip, fun_roundtrip, lists_roundtrip, + lists_roundtrip_2, lists_iterator, unicode, + unicode_list_to_string, unicode_string_to_list, connect]. groups() -> []. init_per_group(_GroupName, Config) -> - Config. + Config. end_per_group(_GroupName, Config) -> - Config. + Config. |