whitespace.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1610140 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2014-07-13 08:51:55 +00:00
parent 662b6cbe5a
commit b6a5d26e74
1 changed files with 1 additions and 1 deletions

View File

@ -476,7 +476,7 @@ public class KolmogorovSmirnovTest {
for (int i = 1; i <= n; ++i) {
pFrac *= (double) i / (double) n;
}
return pFrac;
}