Skip to content

Commit

Permalink
Reset indentation variable when stream is resetted (#525)
Browse files Browse the repository at this point in the history
  • Loading branch information
dr0i committed May 7, 2024
1 parent bd719d2 commit 40364f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ protected void onResetStream() {
writeFooter();
}
sendAndClearData();
indentationLevel = 0;
atStreamStart = true;
}

Expand Down

0 comments on commit 40364f3

Please sign in to comment.