You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by pa...@apache.org on 2019/08/04 10:07:09 UTC

[commons-text] 01/02: StringSubstitutorWithInterpolatorStringLookupTest: Fix checkstyle violation.

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 <pa...@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();