summaryrefslogtreecommitdiff
path: root/test/parallel/test-cluster-master-error.js
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2017-09-20 10:36:14 -0700
committerJames M Snell <jasnell@gmail.com>2017-09-20 12:32:17 -0700
commit91e96d8f08d3a3d65679ad0cbcea86a94510ec4b (patch)
tree2c5b4eb018f41ff992e368e5e34b918f14c7c299 /test/parallel/test-cluster-master-error.js
parent9049f09e0f53cb40d4cd03f2a4f95056a19ebae4 (diff)
downloadnode-new-91e96d8f08d3a3d65679ad0cbcea86a94510ec4b.tar.gz
lib,src: fix consistent spacing inside braces
PR-URL: #14162 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Timothy Gu <timothygu99@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'test/parallel/test-cluster-master-error.js')
-rw-r--r--test/parallel/test-cluster-master-error.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-cluster-master-error.js b/test/parallel/test-cluster-master-error.js
index cc104ec441..9abb42e422 100644
--- a/test/parallel/test-cluster-master-error.js
+++ b/test/parallel/test-cluster-master-error.js
@@ -84,7 +84,7 @@ if (cluster.isWorker) {
const workers = [];
// Spawn a cluster process
- const master = fork(process.argv[1], ['cluster'], {silent: true});
+ const master = fork(process.argv[1], ['cluster'], { silent: true });
// Handle messages from the cluster
master.on('message', common.mustCall((data) => {