Skip to content

Commit 254462e

Browse files
authored
add new lines to ends of all files (nodejs#71)
1 parent a719e19 commit 254462e

13 files changed

+13
-13
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ By making a contribution to this project, I certify that:
128128
are public and that a record of the contribution (including all
129129
personal information I submit with it, including my sign-off) is
130130
maintained indefinitely and may be redistributed consistent with
131-
this project or the open source license(s) involved.
131+
this project or the open source license(s) involved.

test/.eslintrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"node": true,
44
"mocha": true
55
}
6-
}
6+
}

test/fixtures/collaborators.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"email": "[email protected]",
2424
"type": "COLLABORATOR"
2525
}
26-
]
26+
]

test/fixtures/comments_with_ci.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
"publishedAt": "2017-10-22T04:16:36.458Z",
2424
"bodyText": "Linter CI: https://ci.nodejs.org/job/node-test-linter/13127/"
2525
}
26-
]
26+
]

test/fixtures/comments_with_lgtm.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"author": {
55
"login": "bar"
66
}
7-
}]
7+
}]

test/fixtures/odd_commits.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@
9595
"authoredByCommitter": false
9696
}
9797
}
98-
]
98+
]

test/fixtures/op_html.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"<p>The npm install rules had a hidden dependency on the <code>node</code> binary<br>\ninstall rule creating the <code>$PREFIX/bin</code> directory.</p>\n<p>Because with <code>./configure --shared</code> no binary is created, the rule<br>\nsubsequently failed. Fix that by creating the directory before<br>\ncreating the symlinks to the npm and npx scripts.</p>\n<p>(Whether it makes sense to install npm without a <code>node</code> binary is<br>\na separate question. This commit is not taking positions. :-))</p>\n<p>Regression introduced in commit <a href=\"https://github.com/nodejs/node/commit/ed8c89a07d159b72a2e351a76c92b8b6a15515bd\" class=\"commit-link\"><tt>ed8c89a</tt></a> (\"build: fix shared installing<br>\ntarget\") which, as the commit log indicates, was itself a bug fix for<br>\nthe <code>./configure --shared</code> install.</p>\n<p>Fixes: <a href=\"https://github.com/nodejs/node/issues/16437\" class=\"issue-link js-issue-link\" data-error-text=\"Failed to load issue title\" data-id=\"267969588\" data-permission-text=\"Issue title is private\" data-url=\"https://github.com/nodejs/node/issues/16437\">#16437</a><br>\nRefs: <a href=\"https://github.com/nodejs/node/pull/15148\" class=\"issue-link js-issue-link\" data-error-text=\"Failed to load issue title\" data-id=\"254809069\" data-permission-text=\"Issue title is private\" data-url=\"https://github.com/nodejs/node/issues/15148\">#15148</a></p>",
33
"<p>Refs: <a href=\"https://github.com/nodejs/node/pull/16293\" class=\"issue-link js-issue-link\" data-error-text=\"Failed to load issue title\" data-id=\"266519190\" data-permission-text=\"Issue title is private\" data-url=\"https://github.com/nodejs/node/issues/16293\">#16293</a></p>\n<h5>Checklist</h5>\n\n<ul class=\"contains-task-list\">\n<li class=\"task-list-item\"><input checked=\"\" class=\"task-list-item-checkbox\" disabled=\"\" id=\"\" type=\"checkbox\"> <code>make -j4 test</code> (UNIX), or <code>vcbuild test</code> (Windows) passes</li>\n<li class=\"task-list-item\"><input checked=\"\" class=\"task-list-item-checkbox\" disabled=\"\" id=\"\" type=\"checkbox\"> commit message follows <a href=\"https://github.com/nodejs/node/blob/master/CONTRIBUTING.md#commit-message-guidelines\">commit guidelines</a></li>\n</ul>\n<h5>Affected core subsystem(s)</h5>\n\n<p>vm</p>",
44
"<p>Included reference to \\'constant time\\' in crypto.timingSafeEqual description</p>\n<p><span aria-label=\"This pull request closes issue #16504.\" class=\"issue-keyword tooltipped tooltipped-se\">Fixes</span> : <a href=\"https://github.com/nodejs/node/issues/16504\" class=\"issue-link js-issue-link\" data-error-text=\"Failed to load issue title\" data-id=\"268571876\" data-permission-text=\"Issue title is private\" data-url=\"https://github.com/nodejs/node/issues/16504\">#16504</a></p>"
5-
]
5+
]

test/fixtures/pr_with_fixes_and_refs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
}
1717
]
1818
}
19-
}
19+
}

test/fixtures/reviewers_approved.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@
4141
"source": "comment"
4242
}
4343
}
44-
]
44+
]

test/fixtures/reviewers_rejected.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
"source": "review"
2828
}
2929
}
30-
]
30+
]

test/fixtures/reviews_approved.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
},
5353
"url": "https://github.com/nodejs/node/pull/16438#pullrequestreview-71839232",
5454
"publishedAt": "2017-10-24T19:21:52Z"
55-
}]
55+
}]

test/fixtures/reviews_rejected.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@
5252
},
5353
"url": "https://github.com/nodejs/node/pull/16438#pullrequestreview-71482624",
5454
"publishedAt": "2017-10-24T11:27:02Z"
55-
}]
55+
}]

test/fixtures/simple_commits.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
"authoredByCommitter": true
1616
}
1717
}
18-
]
18+
]

0 commit comments

Comments
 (0)