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/28 04:20:22 UTC

[incubator-nlpcraft] branch master updated: Update NCCli.scala

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cb898ee  Update NCCli.scala
cb898ee is described below

commit cb898eeab8f3aaf709995538b3bc4494864077aa
Author: Aaron Radzinzski <ar...@datalingvo.com>
AuthorDate: Sun Jun 27 21:20:10 2021 -0700

    Update NCCli.scala
---
 .../main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
index 1551af1..b26e8ac 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/model/tools/cmdline/NCCli.scala
@@ -2360,7 +2360,7 @@ object NCCli extends NCCliBase {
                                         completed = true
                                     )
                                 })
-                                    .asJava
+                                .asJava
                             )
                     }
 
@@ -2375,7 +2375,7 @@ object NCCli extends NCCliBase {
                                     completed = true
                                 )
                             })
-                                .asJava
+                            .asJava
                         )
 
                     // For 'call' - add additional auto-completion/suggestion candidates.
@@ -2397,7 +2397,7 @@ object NCCli extends NCCliBase {
                                                     completed = false
                                                 )
                                             })
-                                                .asJava
+                                            .asJava
                                         )
 
                                         // Add 'acsTok' auto-suggestion.