mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 13:41:10 +00:00
Issue #185,#186 Indentation on onclip actions
This commit is contained in:
@@ -2174,7 +2174,7 @@ public class Graph {
|
||||
* String used to unindent line when converting to string
|
||||
*/
|
||||
public static final String INDENTCLOSE = "INDENTCLOSE";
|
||||
private static final String INDENT_STRING = " ";
|
||||
public static final String INDENT_STRING = " ";
|
||||
|
||||
private static String tabString(int len) {
|
||||
String ret = "";
|
||||
|
||||
Reference in New Issue
Block a user