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 <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
  • Loading branch information
RafaelGSS authored Jan 16, 2025
1 parent c6960ee commit 3fe8027
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 3fe8027

Please sign in to comment.