mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-25 20:31:01 +00:00
code formatting: space before parenthesis
This commit is contained in:
@@ -42,7 +42,9 @@ public class StringExtractActionItem extends ActionItem {
|
||||
@Override
|
||||
public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) throws InterruptedException {
|
||||
value.toString(writer, localData);
|
||||
writer.append(".substr(");
|
||||
writer.append(".substr");
|
||||
writer.spaceBeforeCallParenthesies(2);
|
||||
writer.append("(");
|
||||
index.toString(writer, localData);
|
||||
writer.append(",");
|
||||
count.toString(writer, localData);
|
||||
|
||||
Reference in New Issue
Block a user