whitespace

This commit is contained in:
Feross Aboukhadijeh 2014-08-17 01:41:09 -07:00
parent 06eab6871d
commit 8ba742eed4

View File

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