Skip to content

Commit

Permalink
Update the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
poorna2152 committed Jan 9, 2024
1 parent b29b5e3 commit 80ef085
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4371,7 +4371,7 @@ private MinutiaeList getTrailingMinutiae(Token token) {
continue;
}

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

0 comments on commit 80ef085

Please sign in to comment.