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-numbers.git
commit 913b01293b9aba4058dee953422c03c3c9689c30 Author: aherbert <aherb...@apache.org> AuthorDate: Thu Dec 19 17:34:14 2019 +0000 Trailing whitespace. --- .../java/org/apache/commons/numbers/complex/ComplexTest.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/commons-numbers-complex/src/test/java/org/apache/commons/numbers/complex/ComplexTest.java b/commons-numbers-complex/src/test/java/org/apache/commons/numbers/complex/ComplexTest.java index d4189b5..28601fb 100644 --- a/commons-numbers-complex/src/test/java/org/apache/commons/numbers/complex/ComplexTest.java +++ b/commons-numbers-complex/src/test/java/org/apache/commons/numbers/complex/ComplexTest.java @@ -1636,7 +1636,7 @@ public class ComplexTest { /** * Test: computing <b>third roots</b> of z. - * + * * <pre> * <code> * <b>z = -2 + 2 * i</b> @@ -1667,7 +1667,7 @@ public class ComplexTest { /** * Test: computing <b>fourth roots</b> of z. - * + * * <pre> * <code> * <b>z = 5 - 2 * i</b> @@ -1702,7 +1702,7 @@ public class ComplexTest { /** * Test: computing <b>third roots</b> of z. - * + * * <pre> * <code> * <b>z = 8</b> @@ -1734,7 +1734,7 @@ public class ComplexTest { /** * Test: computing <b>third roots</b> of z with real part 0. - * + * * <pre> * <code> * <b>z = 2 * i</b> @@ -1767,7 +1767,7 @@ public class ComplexTest { * Test: compute <b>third roots</b> using a negative argument to go clockwise around * the unit circle. Fourth roots of one are taken in both directions around the circle * using positive and negative arguments. - * + * * <pre> * <code> * <b>z = 1</b>