fix in TextOutput
This commit is contained in:
parent
6a60150a19
commit
94fa99d5b2
|
@ -64,9 +64,11 @@ public class TextOutput {
|
|||
System.out.print(" ");
|
||||
currentLength = word.length() + 1;
|
||||
}
|
||||
else {
|
||||
System.out.println();
|
||||
}
|
||||
}
|
||||
}
|
||||
System.out.println();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue