summaryrefslogtreecommitdiff
path: root/benchmark/child_process
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/child_process')
-rw-r--r--benchmark/child_process/child-process-read-ipc.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/benchmark/child_process/child-process-read-ipc.js b/benchmark/child_process/child-process-read-ipc.js
index 82e833980f..28f2b6f927 100644
--- a/benchmark/child_process/child-process-read-ipc.js
+++ b/benchmark/child_process/child-process-read-ipc.js
@@ -1,6 +1,5 @@
'use strict';
-if (process.argv[2] === 'child')
-{
+if (process.argv[2] === 'child') {
const len = +process.argv[3];
const msg = `"${'.'.repeat(len)}"`;
while (true) {