mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 09:10:48 +00:00
Java code formatting, Interface action item block fixed
This commit is contained in:
@@ -90,10 +90,10 @@ public class IfItem extends GraphTargetItem implements Block {
|
||||
}
|
||||
writer.endBlock();
|
||||
if (elseBranch.size() > 0) {
|
||||
if(writer.getFormatting().beginBlockOnNewLine){
|
||||
writer.newLine();
|
||||
}else{
|
||||
writer.append(" ");
|
||||
if (writer.getFormatting().beginBlockOnNewLine) {
|
||||
writer.newLine();
|
||||
} else {
|
||||
writer.append(" ");
|
||||
}
|
||||
writer.append("else").startBlock();
|
||||
for (GraphTargetItem ti : elseBranch) {
|
||||
|
||||
Reference in New Issue
Block a user