summaryrefslogtreecommitdiff
path: root/test/parallel/test-http-mutable-headers.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-10-03 20:43:41 -0700
committerRich Trott <rtrott@gmail.com>2016-10-05 21:06:36 -0700
commit5b2a8053cbe9d2a76477c3e49cc40f0d4953f3ac (patch)
treed9719921d6c7576ad78127f6347d33dda390c905 /test/parallel/test-http-mutable-headers.js
parent9def09728bf0602178aa57b23f7c4e6873e1dd35 (diff)
downloadandroid-node-v8-5b2a8053cbe9d2a76477c3e49cc40f0d4953f3ac.tar.gz
android-node-v8-5b2a8053cbe9d2a76477c3e49cc40f0d4953f3ac.tar.bz2
android-node-v8-5b2a8053cbe9d2a76477c3e49cc40f0d4953f3ac.zip
test: remove blank lines at end of files
In preparation for a lint rule that disallows empty lines at the end of a file, remove such lines from a number of test files. Refs: https://github.com/nodejs/node/issues/8918 PR-URL: https://github.com/nodejs/node/pull/8920 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Ilkka Myller <ilkka.myller@nodefield.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Diffstat (limited to 'test/parallel/test-http-mutable-headers.js')
-rw-r--r--test/parallel/test-http-mutable-headers.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/parallel/test-http-mutable-headers.js b/test/parallel/test-http-mutable-headers.js
index 64f9149b28..0228a4e216 100644
--- a/test/parallel/test-http-mutable-headers.js
+++ b/test/parallel/test-http-mutable-headers.js
@@ -130,4 +130,3 @@ function nextTest() {
process.on('exit', function() {
assert.equal(4, testsComplete);
});
-