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

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


The following commit(s) were added to refs/heads/NLPCRAFT-369 by this push:
     new cb97e17  Quick fix in NLPCRAFT-369.
cb97e17 is described below

commit cb97e174422cc0196ba262c5340b688fae6f400c
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Jul 23 09:13:23 2021 -0700

    Quick fix in NLPCRAFT-369.
---
 .../org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala    | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala
 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala
index 637bd7e..ad71333 100644
--- 
a/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala
+++ 
b/nlpcraft/src/test/scala/org/apache/nlpcraft/model/intent/idl/NCIdlIntentOptionsSpec.scala
@@ -61,7 +61,6 @@ class NCIdlIntentOptionsModel extends NCAbstractTokensModel {
         "    term(b)={tok_id() == 'i2_b'}"
     )
     def i2(): NCResult = NCResult.text("i2")
-
 }
 
 @NCTestEnvironment(model = classOf[NCIdlIntentOptionsModel], startClient = 
true)

Reply via email to