Skip to content

Commit

Permalink
test: add line break at end of file
Browse files Browse the repository at this point in the history
PR-URL: #56588
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
RafaelGSS authored and aduh95 committed Jan 30, 2025
1 parent 0b1ac96 commit 5b7a012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/disable-signal/sigusr1.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
console.log('pid is', process.pid);
setInterval(() => {}, 1000);
setInterval(() => {}, 1000);

0 comments on commit 5b7a012

Please sign in to comment.