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

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

commit 9f4fdf0738dee332e691b06b56bbd73fad8ba22d
Author: Pascal Schumacher <pascalschumac...@gmx.net>
AuthorDate: Sun Aug 4 12:06:02 2019 +0200

    StringSubstitutorWithInterpolatorStringLookupTest: Fix checkstyle violation.
---
 .../commons/text/StringSubstitutorWithInterpolatorStringLookupTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/text/StringSubstitutorWithInterpolatorStringLookupTest.java
 
b/src/test/java/org/apache/commons/text/StringSubstitutorWithInterpolatorStringLookupTest.java
index 6d52816..e70e953 100644
--- 
a/src/test/java/org/apache/commons/text/StringSubstitutorWithInterpolatorStringLookupTest.java
+++ 
b/src/test/java/org/apache/commons/text/StringSubstitutorWithInterpolatorStringLookupTest.java
@@ -107,7 +107,7 @@ public class 
StringSubstitutorWithInterpolatorStringLookupTest {
         Assertions.assertEquals("7",
                 
StringSubstitutor.createInterpolator().replace("${script:javascript:3 + 4}"));
     }
-    
+
     @Test
     public void testSystemProperty() {
         final StringSubstitutor strSubst = 
StringSubstitutor.createInterpolator();

Reply via email to