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-text.git


The following commit(s) were added to refs/heads/master by this push:
     new f96d609  Checkstyle.
f96d609 is described below

commit f96d60933dccbd95eb187b43d823b1bf0e93139f
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jun 26 14:37:11 2020 -0400

    Checkstyle.
---
 src/test/java/org/apache/commons/text/StringSubstitutorTest.java | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/text/StringSubstitutorTest.java 
b/src/test/java/org/apache/commons/text/StringSubstitutorTest.java
index 0a37935..a683364 100644
--- a/src/test/java/org/apache/commons/text/StringSubstitutorTest.java
+++ b/src/test/java/org/apache/commons/text/StringSubstitutorTest.java
@@ -367,7 +367,8 @@ public class StringSubstitutorTest {
     @Test
     public void testReplaceInTakingStringBuilderWithNull() {
         final Map<String, Object> map = new HashMap<>();
-        final StringSubstitutor strSubstitutor = new StringSubstitutor(map, 
StringUtils.EMPTY, StringUtils.EMPTY, 'T', "K+<'f");
+        final StringSubstitutor strSubstitutor = new StringSubstitutor(map, 
StringUtils.EMPTY, StringUtils.EMPTY, 'T',
+            "K+<'f");
 
         assertFalse(strSubstitutor.replaceIn((StringBuilder) null));
     }

Reply via email to