Apply rule to end files with a newline character

This commit is contained in:
Javi Martín
2019-06-18 02:00:14 +02:00
parent 347fc21cf0
commit 71d9ddd849
92 changed files with 85 additions and 92 deletions

View File

@@ -61,4 +61,3 @@
<%= page_entries_info @pages %> <%= page_entries_info @pages %>
</div> </div>
<% end %> <% end %>

View File

@@ -2,4 +2,3 @@
var field_with_errors = "#js-comment-form-<%= dom_id %> #comment-body-<%= dom_id %>"; var field_with_errors = "#js-comment-form-<%= dom_id %> #comment-body-<%= dom_id %>";
App.Comments.display_error(field_with_errors, "<%= j render("comments/errors") %>"); App.Comments.display_error(field_with_errors, "<%= j render("comments/errors") %>");

View File

@@ -9,4 +9,3 @@
<p> <p>
<a href="javascript:window.print();" class="button warning"><%= t("management.print_info") %></a> <a href="javascript:window.print();" class="button warning"><%= t("management.print_info") %></a>
</p> </p>

View File

@@ -29,4 +29,3 @@
<% end %> <% end %>
</div> </div>
<% end %> <% end %>

View File

@@ -31,4 +31,3 @@ describe "Admin users" do
expect(page).not_to have_content @admin.email expect(page).not_to have_content @admin.email
end end
end end

View File

@@ -27,4 +27,3 @@ describe "Proposal ballots" do
end end
end end

View File

@@ -20,4 +20,3 @@ describe "Sessions" do
end end
end end