Remove trailing space characters

Trailing space characters do nothing except take up disk space, they should be removed
This commit is contained in:
Aaron Franke
2020-10-04 05:15:02 -04:00
parent 191b528ad7
commit 6cdafdf136
19 changed files with 41 additions and 41 deletions

View File

@@ -1,5 +1,5 @@
<% if policy(forum_post).show_deleted? %>
<article class="forum-post message" id="forum_post_<%= forum_post.id %>"
<article class="forum-post message" id="forum_post_<%= forum_post.id %>"
data-forum-post-id="<%= forum_post.id %>"
<% if policy(moderation_reports).show? %>
data-is-reported="<%= moderation_reports.pluck(:model_id).include?(forum_post.id) %>"