mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 14:00:45 +00:00
code formatting: space before parenthesis
This commit is contained in:
@@ -28,7 +28,9 @@ public class StopDragActionItem extends ActionItem {
|
||||
|
||||
@Override
|
||||
public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) {
|
||||
return writer.append("stopDrag()");
|
||||
writer.append("stopDrag");
|
||||
writer.spaceBeforeCallParenthesies(0);
|
||||
return writer.append("()");
|
||||
}
|
||||
|
||||
public StopDragActionItem(GraphSourceItem instruction) {
|
||||
|
||||
Reference in New Issue
Block a user