summaryrefslogtreecommitdiff
path: root/lib/_http_agent.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_http_agent.js')
-rw-r--r--lib/_http_agent.js8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/_http_agent.js b/lib/_http_agent.js
index 270569eab9..af25b2bba7 100644
--- a/lib/_http_agent.js
+++ b/lib/_http_agent.js
@@ -22,11 +22,9 @@
'use strict';
const {
- Object: {
- setPrototypeOf: ObjectSetPrototypeOf,
- keys: ObjectKeys,
- values: ObjectValues
- }
+ ObjectKeys,
+ ObjectSetPrototypeOf,
+ ObjectValues,
} = primordials;
const net = require('net');