mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 02:55:37 +00:00
format code
This commit is contained in:
@@ -90,7 +90,7 @@ public abstract class GraphTargetItem implements Serializable {
|
||||
public GraphTextWriter toStringSemicoloned(GraphTextWriter writer, LocalData localData) throws InterruptedException {
|
||||
writer.startOffset(src, pos);
|
||||
appendTo(writer, localData);
|
||||
if (needsSemicolon()) {
|
||||
if (needsSemicolon()) {
|
||||
writer.append(";");
|
||||
}
|
||||
writer.endOffset();
|
||||
@@ -120,7 +120,7 @@ public abstract class GraphTargetItem implements Serializable {
|
||||
toString(writer, localData);
|
||||
return writer.toString();
|
||||
}
|
||||
|
||||
|
||||
public int getPrecedence() {
|
||||
return precedence;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user