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

kinow 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 9fcd9c8  fix checkstyle.
9fcd9c8 is described below

commit 9fcd9c86edc05a0bd25f8eb73cf840400e5e6b95
Author: XenoAmess <xenoam...@gmail.com>
AuthorDate: Sun Jun 14 07:04:23 2020 +0800

    fix checkstyle.
---
 src/test/java/org/apache/commons/lang3/FunctionsTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/lang3/FunctionsTest.java 
b/src/test/java/org/apache/commons/lang3/FunctionsTest.java
index 3a4128b..907f6e4 100644
--- a/src/test/java/org/apache/commons/lang3/FunctionsTest.java
+++ b/src/test/java/org/apache/commons/lang3/FunctionsTest.java
@@ -240,7 +240,7 @@ class FunctionsTest {
         // We allow this, which must be an omission to make the ctor private.
         new Functions();
     }
-    
+
     @Test
     void testAcceptBiConsumer() {
         final IllegalStateException ise = new IllegalStateException();

Reply via email to