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 bf5865ae9 Formatting bf5865ae9 is described below commit bf5865ae915ececcdbfa7a473b0d708e3e235bcf Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Aug 5 16:09:44 2023 -0400 Formatting --- .../java/org/apache/commons/lang3/builder/CompareToBuilderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/java/org/apache/commons/lang3/builder/CompareToBuilderTest.java b/src/test/java/org/apache/commons/lang3/builder/CompareToBuilderTest.java index e2cc1b45c..23524e0a5 100644 --- a/src/test/java/org/apache/commons/lang3/builder/CompareToBuilderTest.java +++ b/src/test/java/org/apache/commons/lang3/builder/CompareToBuilderTest.java @@ -228,7 +228,7 @@ public class CompareToBuilderTest extends AbstractLangTest { } // strongly recommended but not strictly required - assertTrue(CompareToBuilder.reflectionCompare(x, y, testTransients) ==0 == EqualsBuilder.reflectionEquals(x, y, testTransients)); + assertTrue(CompareToBuilder.reflectionCompare(x, y, testTransients) == 0 == EqualsBuilder.reflectionEquals(x, y, testTransients)); } /**