aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/cluster
diff options
context:
space:
mode:
Diffstat (limited to 'lib/internal/cluster')
-rw-r--r--lib/internal/cluster/master.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/internal/cluster/master.js b/lib/internal/cluster/master.js
index 05663e792b..4ccf039322 100644
--- a/lib/internal/cluster/master.js
+++ b/lib/internal/cluster/master.js
@@ -12,7 +12,7 @@ const cluster = new EventEmitter();
const intercom = new EventEmitter();
const SCHED_NONE = 1;
const SCHED_RR = 2;
-const {isLegalPort} = require('internal/net');
+const { isLegalPort } = require('internal/net');
module.exports = cluster;