Apply SpaceAroundErbTag ERB Lint rule

This commit is contained in:
Javi Martín
2019-06-22 16:12:08 +02:00
parent 24359f8152
commit c62da726b8
60 changed files with 70 additions and 70 deletions

View File

@@ -29,7 +29,7 @@
<% @comment_tree.root_comments.each do |comment| %>
<%= render "comments/comment", { comment: comment,
valuation: valuation,
allow_comments: allow_comments } %>
allow_comments: allow_comments } %>
<% end %>
<%= paginate @comment_tree.root_comments %>
</div>