This is an automated email from the ASF dual-hosted git repository.

aherbert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git


The following commit(s) were added to refs/heads/master by this push:
     new 3adff93  Fix checkstyle indentation
3adff93 is described below

commit 3adff93e2a204c89d8399817c8d2bdd9abf1ba78
Author: Alex Herbert <aherb...@apache.org>
AuthorDate: Mon Feb 22 21:43:12 2021 +0000

    Fix checkstyle indentation
---
 .../statistics/distribution/TruncatedNormalDistributionTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/TruncatedNormalDistributionTest.java
 
b/commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/TruncatedNormalDistributionTest.java
index 48eed2f..0d1b974 100644
--- 
a/commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/TruncatedNormalDistributionTest.java
+++ 
b/commons-statistics-distribution/src/test/java/org/apache/commons/statistics/distribution/TruncatedNormalDistributionTest.java
@@ -124,7 +124,7 @@ class TruncatedNormalDistributionTest extends 
ContinuousDistributionAbstractTest
                 new double[]{Double.NEGATIVE_INFINITY, 2.20249292901062, 
3.00511196424565, 3.80773099948069,
                              4.61035003471573, 5.41296906995077, 
6.21558810518581, 7.01820714042084, 7.1},
                 new double[]{0, 0.00108276414971883, 0.00433032247708514, 
0.0155754809421998, 0.0504271331622245,
-                        0.147106879016387, 0.387159643321778, 
0.920668099879139, 1},
+                             0.147106879016387, 0.387159643321778, 
0.920668099879139, 1},
                 new double[]{0, 0.00194181137319567, 0.00719165311538403, 
0.0238165586714952, 0.0705273999981105,
                              0.186752027463317, 0.442182309739316, 
0.936194292830215, 1.00423817618302},
                 6.21558810518581,

Reply via email to