Skip to content

Commit

Permalink
test-child-process-flush-stdio: indent 2 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave committed Nov 30, 2015
1 parent 4becc69 commit 127a82e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/parallel/test-child-process-flush-stdio.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const assert = require('assert');
const p = cp.spawn('echo');

p.on('close', common.mustCall(function(code, signal) {
assert.strictEqual(code, 0);
assert.strictEqual(signal, null);
assert.strictEqual(code, 0);
assert.strictEqual(signal, null);
}));

p.stdout.read();
Expand Down

0 comments on commit 127a82e

Please sign in to comment.