Formatting (removed Eclipse tags @formatter:on, @formatter:off)

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1379254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastien Brisard 2012-08-31 01:59:12 +00:00
parent 99a9552531
commit 1398a16c7c
1 changed files with 0 additions and 2 deletions

View File

@ -343,7 +343,6 @@ public class GammaTest {
* "},");
* </pre>
*/
// @formatter:off
private static final double[][] INV_GAMMA1P_M1_REF = {
{ -0.5 , -.4358104164522437 },
{ -0.375 , -.3029021533379859 },
@ -363,7 +362,6 @@ public class GammaTest {
{ 1.375 , -.1818408982517061 },
{ 1.5 , -0.247747221936325 },
};
// @formatter:on
@Test
public void testInvGamma1pm1() {