reformating code
This commit is contained in:
@@ -56,7 +56,6 @@ public class TextOutput {
|
||||
currentLength = 0;
|
||||
}
|
||||
System.out.print(word);
|
||||
|
||||
if (!(currentWordNumber == lastWordNumber)) {
|
||||
System.out.print(" ");
|
||||
currentLength = currentLength + word.length() + 1;
|
||||
|
||||
Reference in New Issue
Block a user