From fb5fb866b51a3b40150a6b696c92f2fc4d55526b Mon Sep 17 00:00:00 2001 From: iagirre Date: Wed, 13 Sep 2017 17:44:11 +0200 Subject: [PATCH] Added space after <% and before %> in order to maintain consistency in the ERB code. Review of PR. --- app/views/comments/_comment.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/comments/_comment.html.erb b/app/views/comments/_comment.html.erb index 22b63ce01..0000f8cc0 100644 --- a/app/views/comments/_comment.html.erb +++ b/app/views/comments/_comment.html.erb @@ -93,7 +93,7 @@ <% end %> - <%unless child_comments_of(comment).empty?%> + <% unless child_comments_of(comment).empty? %>
  • - <%end%> + <% end %> <% end %>