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
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2015-01-27 05:04:18 +0300
committerFeross Aboukhadijeh <feross@feross.org>2015-01-27 05:04:18 +0300
commitbb07d4db0e213611899d834b022e00936172557e (patch)
tree898c2ab31961ddfa2bc0c950e5bd44b4e1522529 /test/download-dht-torrent.js
parenta3fdd9aafeb70f1fea545879131523b2906c3979 (diff)
JavaScript Standard Style
Diffstat (limited to 'test/download-dht-torrent.js')
-rw-r--r--test/download-dht-torrent.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/download-dht-torrent.js b/test/download-dht-torrent.js
index 510092f..09b9b50 100644
--- a/test/download-dht-torrent.js
+++ b/test/download-dht-torrent.js
@@ -84,8 +84,7 @@ test('Download using DHT (via .torrent file)', function (t) {
cb(null, client2)
})
})
- }],
-
+ }]
}, function (err, r) {
t.error(err)
r.client1.destroy(function () {