Skip to content

Commit

Permalink
test: remove unused param in test-graph.pipe
Browse files Browse the repository at this point in the history
Refs: https://twitter.com/NodeTodo/status/900502354834800645

PR-URL: #15007
Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
ssbrewster authored and MylesBorins committed Sep 12, 2017
1 parent 5cb6500 commit 5b13add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/async-hooks/test-graph.pipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ sleep
.on('exit', common.mustCall(onsleepExit))
.on('close', common.mustCall(onsleepClose));

function onsleepExit(code) {}
function onsleepExit() {}

function onsleepClose() {}

Expand Down

0 comments on commit 5b13add

Please sign in to comment.