Skip to content

Commit

Permalink
Add a comment with the approach on ws.
Browse files Browse the repository at this point in the history
  • Loading branch information
poorna2152 committed Oct 18, 2023
1 parent 5943864 commit 9507c9f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4362,6 +4362,7 @@ private MinutiaeList getTrailingMinutiae(Token token) {
continue;
}

// If last minutiae, use env.trailingWS; otherwise, add a single space after the invalid node
if (i == size - 1) {
addWhitespace(env.trailingWS, trailingMinutiae);
} else {
Expand Down

0 comments on commit 9507c9f

Please sign in to comment.