This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch NLPCRAFT-421
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft.git
The following commit(s) were added to refs/heads/NLPCRAFT-421 by this push:
new 315333b Update NCAnsiProgressBar.scala
315333b is described below
commit 315333bc58eeaf81122f2aa28ff6b52ce700f0d0
Author: Aaron Radzinski <[email protected]>
AuthorDate: Mon Aug 23 23:46:11 2021 -0700
Update NCAnsiProgressBar.scala
---
.../main/scala/org/apache/nlpcraft/common/ansi/NCAnsiProgressBar.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/ansi/NCAnsiProgressBar.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/ansi/NCAnsiProgressBar.scala
index cb7dac2..844f66c 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/common/ansi/NCAnsiProgressBar.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/common/ansi/NCAnsiProgressBar.scala
@@ -131,7 +131,7 @@ class NCAnsiProgressBar(
// Show cursor.
out.print(ansiCursorShow)
- out.flush()
+ out.flush()
}
}
}