You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nlpcraft.apache.org by ar...@apache.org on 2021/06/07 03:30:23 UTC

[incubator-nlpcraft] branch NLPCRAFT-296 updated: Update NCJson.scala

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

aradzinski pushed a commit to branch NLPCRAFT-296
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git


The following commit(s) were added to refs/heads/NLPCRAFT-296 by this push:
     new 0dd1cfa  Update NCJson.scala
0dd1cfa is described below

commit 0dd1cfa6f4607c825ebb55d691bca652b74eed20
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Sun Jun 6 20:29:19 2021 -0700

    Update NCJson.scala
---
 nlpcraft/src/main/scala/org/apache/nlpcraft/server/json/NCJson.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/server/json/NCJson.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/server/json/NCJson.scala
index f3890fd..8ff0e17 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/server/json/NCJson.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/server/json/NCJson.scala
@@ -284,7 +284,7 @@ object NCJson {
                 m.group(0).replaceAll("\\+", "") +
                 m.after.toString
             )
-            
+
             case None => s
         }