aboutsummaryrefslogtreecommitdiff
path: root/src/test/java
diff options
context:
space:
mode:
authorXenoAmess <xenoamess@gmail.com>2020-06-14 07:04:23 +0800
committerBruno P. Kinoshita <kinow@users.noreply.github.com>2020-06-14 11:31:41 +1200
commit9fcd9c86edc05a0bd25f8eb73cf840400e5e6b95 (patch)
tree1a54dfc0bd59772313f6af4fb76c838e5d7fb984 /src/test/java
parente2c0396660c19e2839000e0b9ffddbf956c40292 (diff)
downloadapache-commons-lang-9fcd9c86edc05a0bd25f8eb73cf840400e5e6b95.tar.gz
fix checkstyle.
Diffstat (limited to 'src/test/java')
-rw-r--r--src/test/java/org/apache/commons/lang3/FunctionsTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/java/org/apache/commons/lang3/FunctionsTest.java b/src/test/java/org/apache/commons/lang3/FunctionsTest.java
index 3a4128b02..907f6e49e 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();