trailing newlines

This commit is contained in:
kiwedespars
2021-03-09 12:53:53 -08:00
parent b868f5fc32
commit 01b026f889
6 changed files with 6 additions and 6 deletions
@@ -456,4 +456,4 @@
new_text = replacetext(new_text, "[pronoun_replacement] is", "[pronoun_replacement] [p_are()]") //To make sure something become "They are" or "She is", not "They are" and "She are"
dat += "[new_text]\n" //dat.Join("\n") doesn't work here, for some reason
if(dat.len)
return dat.Join()
return dat.Join()