Add trailing LF to text files

This commit is contained in:
iro84657 2022-05-10 21:02:56 -04:00
parent 1edc96841b
commit b7da8b575a
175 changed files with 175 additions and 175 deletions

View file

@ -275,4 +275,4 @@ def api_vote_choice(comment_id, v):
comment.upvotes = g.db.query(CommentVote.comment_id).filter_by(comment_id=comment.id, vote_type=1).count()
g.db.add(comment)
g.db.commit()
return "", 204
return "", 204