fix in TextOutput
This commit is contained in:
+3
-1
@@ -64,9 +64,11 @@ public class TextOutput {
|
||||
System.out.print(" ");
|
||||
currentLength = word.length() + 1;
|
||||
}
|
||||
else {
|
||||
System.out.println();
|
||||
}
|
||||
}
|
||||
}
|
||||
System.out.println();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user