Skip to content

Commit 0fbf73a

Browse files
style(node-http-handler): fix code format
1 parent ba2921f commit 0fbf73a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/node-http-handler/src/node-http-handler.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ or increase socketAcquisitionWarningTimeout=(millis) in the NodeHttpHandler conf
122122
}
123123

124124
private resolveDefaultConfig(options?: NodeHttpHandlerOptions | void): ResolvedNodeHttpHandlerConfig {
125-
const { requestTimeout, connectionTimeout, socketTimeout, socketAcquisitionWarningTimeout, httpAgent, httpsAgent } = options || {};
125+
const { requestTimeout, connectionTimeout, socketTimeout, socketAcquisitionWarningTimeout, httpAgent, httpsAgent } =
126+
options || {};
126127
const keepAlive = true;
127128
const maxSockets = 50;
128129

0 commit comments

Comments
 (0)