Skip to content

Commit 127a82e

Browse files
author
Dave
committed
test-child-process-flush-stdio: indent 2 spaces
1 parent 4becc69 commit 127a82e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/parallel/test-child-process-flush-stdio.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const assert = require('assert');
66
const p = cp.spawn('echo');
77

88
p.on('close', common.mustCall(function(code, signal) {
9-
assert.strictEqual(code, 0);
10-
assert.strictEqual(signal, null);
9+
assert.strictEqual(code, 0);
10+
assert.strictEqual(signal, null);
1111
}));
1212

1313
p.stdout.read();

0 commit comments

Comments
 (0)