diff options
author | Lukas Larsson <[email protected]> | 2010-12-14 16:59:35 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:34:50 +0100 |
commit | 132f31884e188cfdb78a79fdfaf7e87e8f3ae010 (patch) | |
tree | edd5bb97529d3157f840798f388fb38f9931cc40 /lib/orber/test/csiv2_SUITE.erl | |
parent | 6a2363e72e81c7ad16bf534f3a7ca7029d7255ce (diff) | |
download | otp-132f31884e188cfdb78a79fdfaf7e87e8f3ae010.tar.gz otp-132f31884e188cfdb78a79fdfaf7e87e8f3ae010.tar.bz2 otp-132f31884e188cfdb78a79fdfaf7e87e8f3ae010.zip |
Fix formatting for orber
Diffstat (limited to 'lib/orber/test/csiv2_SUITE.erl')
-rw-r--r-- | lib/orber/test/csiv2_SUITE.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/orber/test/csiv2_SUITE.erl b/lib/orber/test/csiv2_SUITE.erl index fee1571e02..67cec0dde6 100644 --- a/lib/orber/test/csiv2_SUITE.erl +++ b/lib/orber/test/csiv2_SUITE.erl @@ -326,10 +326,10 @@ groups() -> []. init_per_group(_GroupName, Config) -> - Config. + Config. end_per_group(_GroupName, Config) -> - Config. + Config. %% NOTE - the fragment test cases must bu first since we explicitly set a request |