Fix trailing whitespace.

This commit is contained in:
ccd0 2023-07-27 11:33:39 -07:00
parent c26f85568f
commit b209f69515

View File

@ -370,7 +370,7 @@ QR =
post.setComment(line)
lastPostLength = currentLength
else
currentPost = QR.selected
currentPost = QR.selected
newComment = [currentPost.com, line].filter((el) -> el != null).join("\n")
currentPost.setComment(newComment)
lastPostLength += currentLength