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 8f89458 Update NCAsciiTable.scala
8f89458 is described below
commit 8f89458d4d9683683a90d650609162aa569b1c91
Author: Aaron Radzinski <[email protected]>
AuthorDate: Sun Dec 26 16:50:13 2021 -0800
Update NCAsciiTable.scala
---
.../main/scala/org/apache/nlpcraft/internal/ascii/NCAsciiTable.scala | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git
a/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/ascii/NCAsciiTable.scala
b/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/ascii/NCAsciiTable.scala
index 4d50514..62e6db0 100644
---
a/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/ascii/NCAsciiTable.scala
+++
b/nlpcraft/src/main/scala/org/apache/nlpcraft/internal/ascii/NCAsciiTable.scala
@@ -45,8 +45,7 @@ class NCAsciiTable:
):
/** Gets overall padding (left + right). */
def padding: Int = leftPad + rightPad
-
-
+
/**
* Cell style.
*/