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

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


The following commit(s) were added to refs/heads/master by this push:
     new ddee9326d Format tweak for test fixture
ddee9326d is described below

commit ddee9326d42b278a407a39bdc3ac2ab788cfba38
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Mar 19 08:15:05 2025 -0400

    Format tweak for test fixture
---
 .../org/apache/commons/lang3/math/FractionTest.java    | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/test/java/org/apache/commons/lang3/math/FractionTest.java 
b/src/test/java/org/apache/commons/lang3/math/FractionTest.java
index c7e7349a3..2bf437054 100644
--- a/src/test/java/org/apache/commons/lang3/math/FractionTest.java
+++ b/src/test/java/org/apache/commons/lang3/math/FractionTest.java
@@ -626,16 +626,16 @@ public void testHashCode() {
     @ParameterizedTest
     // @formatter:off
     @CsvSource({
-        "0, 37, -464320789, 46",
-        "0, 37, -464320788, 9",
-        "0, 37, 1857283155, 38",
-        "0, 25185704, 1161454280, 1050304",
-        "0, 38817068, 1509581512, 18875972",
-        "0, 38817068, -2146369536, 2145078572",
-        "1400217380, 128, 2092630052, 150535040",
-        "1400217380, 128, -580400986, 268435638",
+        "0,          37,         -464320789,  46",
+        "0,          37,         -464320788,  9",
+        "0,          37,         1857283155,  38",
+        "0,          25185704,   1161454280,  1050304",
+        "0,          38817068,   1509581512,  18875972",
+        "0,          38817068,   -2146369536, 2145078572",
+        "1400217380, 128,        2092630052,  150535040",
+        "1400217380, 128,        -580400986,  268435638",
         "1400217380, 2147483592, -2147483648, 268435452",
-        "1756395909, 4194598, 1174949894, 42860673"
+        "1756395909, 4194598,    1174949894,  42860673"
     })
     // @formatter:on
     public void testHashCodeNotEquals(int f1n, int f1d, int f2n, int f2d) {

Reply via email to