Skip to content

Commit 387d1c7

Browse files
committed
style: cosmetics
1 parent 7bfdb7d commit 387d1c7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

index.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ class ErrorHandler {
256256
this.req = null
257257
this.resOrSocket = null
258258
this.callback = null
259+
259260
ErrorHandler.pool.push(this)
260261
}
261262

@@ -328,6 +329,7 @@ class ProxyErrorHandler {
328329
this.req = null
329330
this.proxyReq = null
330331
this.errorHandler = null
332+
331333
ProxyErrorHandler.pool.push(this)
332334
}
333335

@@ -406,6 +408,7 @@ class ProxyResponseHandler {
406408
this.onRes = null
407409
this.proxyErrorHandler = null
408410
this.proxyRes = null
411+
409412
ProxyResponseHandler.pool.push(this)
410413
}
411414

@@ -487,6 +490,7 @@ class ProxyUpgradeHandler {
487490
this.proxyErrorHandler = null
488491
this.proxyRes = null
489492
this.proxySocket = null
493+
490494
ProxyUpgradeHandler.pool.push(this)
491495
}
492496

0 commit comments

Comments
 (0)