🔧 Fix style issues

This commit is contained in:
Felix Rieseberg 2017-11-23 13:42:48 -08:00
parent 97a084a591
commit f81bfb7b86
4 changed files with 4 additions and 7 deletions

View file

@ -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) {