summaryrefslogtreecommitdiff
path: root/test/pummel
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-11-27 22:56:21 -0800
committerMyles Borins <mylesborins@google.com>2019-12-17 17:07:01 -0500
commitda0c6736d02d31700f181aedc8b33bdb58503aa7 (patch)
tree586a5afd518f615d240401b4b788ef934414fed0 /test/pummel
parent5334f59519f710cffde227c90ce63b48c24a4147 (diff)
downloadnode-new-da0c6736d02d31700f181aedc8b33bdb58503aa7.tar.gz
benchmark,doc,lib,test: prepare for padding lint rule
Upcoming lint rule will require a blank line between consecutive functions. Add it in the places where we don't have it already. PR-URL: https://github.com/nodejs/node/pull/30696 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'test/pummel')
-rw-r--r--test/pummel/test-fs-watch-file.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/pummel/test-fs-watch-file.js b/test/pummel/test-fs-watch-file.js
index 7a8854860c..4573c9a1b1 100644
--- a/test/pummel/test-fs-watch-file.js
+++ b/test/pummel/test-fs-watch-file.js
@@ -89,6 +89,7 @@ assert.throws(
fs.unwatchFile(filepathTwo, a);
++watchSeenTwo;
}
+
function b() {
fs.unwatchFile(filepathTwo, b);
++watchSeenTwo;