Skip to content

Commit 2ba6946

Browse files
committed
standard
1 parent 5ad210b commit 2ba6946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ Server.prototype._onAnnounce = function (params, cb) {
675675
}
676676
})
677677

678-
function createSwarm() {
678+
function createSwarm () {
679679
self.createSwarm(params.info_hash, function (err, swarm) {
680680
if (err) return cb(err)
681681
announce(swarm)

0 commit comments

Comments
 (0)