reformating code

This commit is contained in:
schrom01 2021-11-12 10:41:23 +01:00
parent accc8194ef
commit ba6046ac93
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ public class TextOutput {
currentLength = 0; currentLength = 0;
} }
System.out.print(word); System.out.print(word);
if (!(currentWordNumber == lastWordNumber)) { if (!(currentWordNumber == lastWordNumber)) {
System.out.print(" "); System.out.print(" ");
currentLength = currentLength + word.length() + 1; currentLength = currentLength + word.length() + 1;