Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorbradleyjkemp <bradleyjkemp@users.noreply.github.com>2017-02-26 00:11:25 +0300
committerGitHub <noreply@github.com>2017-02-26 00:11:25 +0300
commitc17c8b1572cedc6c6658a5439f30879e172dc142 (patch)
treea68c6e4240e3f02a4539f5adef55de748ac71722 /lib
parent2f1491ade7b57fc86eeacf1ef7d48098c9ec5266 (diff)
whitespace fix
Diffstat (limited to 'lib')
-rw-r--r--lib/torrent.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/torrent.js b/lib/torrent.js
index d85efae..bd78bc6 100644
--- a/lib/torrent.js
+++ b/lib/torrent.js
@@ -1181,7 +1181,7 @@ Torrent.prototype._updateInterest = function () {
break
}
}
-
+
if (interested) wire.interested()
else wire.uninterested()
})