Skip to content
This repository was archived by the owner on May 3, 2022. It is now read-only.

Commit 8815420

Browse files
poppin3000fgalind1
andauthored
Prettify changes
Co-authored-by: Felipe Galindo Sanchez <felipe.galindo.sanchez@intel.com>
1 parent e3934bd commit 8815420

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,9 @@ export class HttpClient {
642642
maxSockets: maxSockets,
643643
keepAlive: this._keepAlive,
644644
proxy: {
645-
...((proxyUrl.username || proxyUrl.password) && { proxyAuth: `${proxyUrl.username}:${proxyUrl.password}` }),
645+
...((proxyUrl.username || proxyUrl.password) && {
646+
proxyAuth: `${proxyUrl.username}:${proxyUrl.password}`
647+
}),
646648
host: proxyUrl.hostname,
647649
port: proxyUrl.port
648650
}

0 commit comments

Comments
 (0)