🔧 Fix style issues
This commit is contained in:
parent
97a084a591
commit
f81bfb7b86
4 changed files with 4 additions and 7 deletions
|
@ -79,7 +79,6 @@ class IncomingMessage extends Readable {
|
|||
this.shouldPush = true
|
||||
this._pushInternalData()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
URLRequest.prototype._emitRequestEvent = function (isAsync, ...rest) {
|
||||
|
@ -103,7 +102,6 @@ URLRequest.prototype._emitResponseEvent = function (isAsync, ...rest) {
|
|||
}
|
||||
|
||||
class ClientRequest extends EventEmitter {
|
||||
|
||||
constructor (options, callback) {
|
||||
super()
|
||||
|
||||
|
@ -354,7 +352,6 @@ class ClientRequest extends EventEmitter {
|
|||
abort () {
|
||||
this.urlRequest.cancel()
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function writeAfterEndNT (self, error, callback) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue