diff options
author | Lukas Larsson <[email protected]> | 2010-12-14 17:06:49 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:34:51 +0100 |
commit | a65afc5fd99abc80d8f4b574ef524c5177f14bfb (patch) | |
tree | 4ce3f44e006e02861e1d4a6621e45c8164a9e1d3 /lib/public_key/test/public_key_SUITE.erl | |
parent | 152ce188b90264483beb806a5c7842bb9e75162d (diff) | |
download | otp-a65afc5fd99abc80d8f4b574ef524c5177f14bfb.tar.gz otp-a65afc5fd99abc80d8f4b574ef524c5177f14bfb.tar.bz2 otp-a65afc5fd99abc80d8f4b574ef524c5177f14bfb.zip |
Fix formatting for public_key
Diffstat (limited to 'lib/public_key/test/public_key_SUITE.erl')
-rw-r--r-- | lib/public_key/test/public_key_SUITE.erl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/public_key/test/public_key_SUITE.erl b/lib/public_key/test/public_key_SUITE.erl index 158916cb46..e56f117e83 100644 --- a/lib/public_key/test/public_key_SUITE.erl +++ b/lib/public_key/test/public_key_SUITE.erl @@ -102,17 +102,17 @@ end_per_testcase(_TestCase, Config) -> suite() -> [{suite_callbacks,[ts_install_scb]}]. all() -> -[app, pk_decode_encode, encrypt_decrypt, sign_verify, - pkix, pkix_path_validation, deprecated]. + [app, pk_decode_encode, encrypt_decrypt, sign_verify, + pkix, pkix_path_validation, deprecated]. groups() -> []. init_per_group(_GroupName, Config) -> - Config. + Config. end_per_group(_GroupName, Config) -> - Config. + Config. %% Test cases starts here. |