Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
ZetaMap authored Oct 2, 2024
1 parent 906c59b commit 7eb04de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc-core/src/arc/util/serialization/JsonValue.java
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ private void prettyPrint(JsonValue object, StringBuilder buffer, int indent, Pre
if(object.child == null)
buffer.append("{}");
else{
ident++;
indent++;
boolean newLines = needNewLine(object, 2);
int start = buffer.length();
outer:
Expand Down

0 comments on commit 7eb04de

Please sign in to comment.