Renaming.

This commit is contained in:
Gerrit Viljoen 2020-04-01 21:02:08 +02:00
parent 940cd56e53
commit 06446170a6

View File

@ -254,7 +254,7 @@ impl AsciiTable {
if text.chars().count() > len {
let mut result: String = text.chars().take(len).collect();
if result.pop().is_some() {
result.push('+')
result.push('+')
}
result
} else {