fix in TextOutput
This commit is contained in:
+4
-2
@@ -64,11 +64,13 @@ public class TextOutput {
|
|||||||
System.out.print(" ");
|
System.out.print(" ");
|
||||||
currentLength = word.length() + 1;
|
currentLength = word.length() + 1;
|
||||||
}
|
}
|
||||||
}
|
else {
|
||||||
}
|
|
||||||
System.out.println();
|
System.out.println();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Method which sets the Variable formatRaw to true.
|
* Method which sets the Variable formatRaw to true.
|
||||||
|
|||||||
Reference in New Issue
Block a user