Ensure files end in newlines (POSIX compliance)
This commit is contained in:
2
app/javascript/vendor/pixiv-ugoira-player.js
vendored
2
app/javascript/vendor/pixiv-ugoira-player.js
vendored
@@ -522,4 +522,4 @@ ZipImagePlayer.prototype = {
|
||||
|
||||
// added
|
||||
|
||||
export { ZipImagePlayer };
|
||||
export { ZipImagePlayer };
|
||||
|
||||
@@ -1 +1 @@
|
||||
location.reload();
|
||||
location.reload();
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"counts": {"posts": <%= @count %>}}
|
||||
{"counts": {"posts": <%= @count %>}}
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
<posts>
|
||||
<%= @count %>
|
||||
</posts>
|
||||
</counts>
|
||||
</counts>
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
@@ -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 %>
|
||||
|
||||
@@ -11,4 +11,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<%= render "notes/secondary_links" %>
|
||||
<%= render "notes/secondary_links" %>
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
<%= render "posts/partials/show/ugoira_webm", :post => post %>
|
||||
<% else %>
|
||||
<%= render "posts/partials/show/ugoira_original", :post => post %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
local all postgres,danbooru trust
|
||||
host all postgres,danbooru 127.0.0.1/32 trust
|
||||
host all postgres,danbooru 127.0.0.1/32 trust
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
require 'test_helper'
|
||||
require 'test_helper'
|
||||
|
||||
module Sources
|
||||
class NicoSeigaTest < ActiveSupport::TestCase
|
||||
|
||||
Reference in New Issue
Block a user