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 <[email protected]>
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.

Reply via email to