This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-398
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-398 by this push:
new 83a8827 Update package.scala
83a8827 is described below
commit 83a882732ac277fdf3eb911823b8703239f8403c
Author: Aaron Radzinski <[email protected]>
AuthorDate: Tue Aug 10 11:04:35 2021 -0700
Update package.scala
---
nlpcraft/src/main/scala/org/apache/nlpcraft/common/package.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/package.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/package.scala
index b14efef..da194cc 100644
--- a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/package.scala
+++ b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/package.scala
@@ -136,7 +136,7 @@ package object common {
def mb: Long = MB
def kb: Long = KB
}
-
+
/**
* Pimps integers with time units.
*