Apply rule to end files with a newline character
This commit is contained in:
@@ -61,4 +61,3 @@
|
||||
<%= page_entries_info @pages %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
|
||||
@@ -2,4 +2,3 @@
|
||||
|
||||
var field_with_errors = "#js-comment-form-<%= dom_id %> #comment-body-<%= dom_id %>";
|
||||
App.Comments.display_error(field_with_errors, "<%= j render("comments/errors") %>");
|
||||
|
||||
|
||||
@@ -9,4 +9,3 @@
|
||||
<p>
|
||||
<a href="javascript:window.print();" class="button warning"><%= t("management.print_info") %></a>
|
||||
</p>
|
||||
|
||||
|
||||
@@ -29,4 +29,3 @@
|
||||
<% end %>
|
||||
</div>
|
||||
<% end %>
|
||||
|
||||
|
||||
@@ -31,4 +31,3 @@ describe "Admin users" do
|
||||
expect(page).not_to have_content @admin.email
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -27,4 +27,3 @@ describe "Proposal ballots" do
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@ describe "Sessions" do
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user