Skip to content

Commit 8ba742e

Browse files
committed
whitespace
1 parent 06eab68 commit 8ba742e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ inherits(Client, EventEmitter)
2828
* @param {Number} opts.interval interval in ms to send announce requests to the tracker
2929
*/
3030
function Client (peerId, port, torrent, opts) {
31-
3231
var self = this
3332
if (!(self instanceof Client)) return new Client(peerId, port, torrent, opts)
3433
EventEmitter.call(self)

0 commit comments

Comments
 (0)