Fix trailing whitespace.
This commit is contained in:
parent
c26f85568f
commit
b209f69515
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user