Ensure files end in newlines (POSIX compliance)

This commit is contained in:
Aaron Franke
2020-10-04 05:13:39 -04:00
parent 9f3a9ac4e1
commit 191b528ad7
10 changed files with 10 additions and 10 deletions

View File

@@ -1 +1 @@
<%= raw @results.map {|ip_addr, count| {ip_addr: ip_addr.to_s, count: count}}.to_json %>
<%= raw @results.map {|ip_addr, count| {ip_addr: ip_addr.to_s, count: count}}.to_json %>

View File

@@ -1 +1 @@
<%= raw @results.map {|user, count| {user_id: user.id, count: count}}.to_json %>
<%= raw @results.map {|user, count| {user_id: user.id, count: count}}.to_json %>