From 8ba742eed40f51017cc588d1861377d60af18c55 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sun, 17 Aug 2014 01:41:09 -0700 Subject: [PATCH] whitespace --- client.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client.js b/client.js index 0d12422..68b02b2 100644 --- a/client.js +++ b/client.js @@ -28,7 +28,6 @@ inherits(Client, EventEmitter) * @param {Number} opts.interval interval in ms to send announce requests to the tracker */ function Client (peerId, port, torrent, opts) { - var self = this if (!(self instanceof Client)) return new Client(peerId, port, torrent, opts) EventEmitter.call(self)