diff --git a/server.js b/server.js index 8779b75..15ec93d 100644 --- a/server.js +++ b/server.js @@ -675,7 +675,7 @@ Server.prototype._onAnnounce = function (params, cb) { } }) - function createSwarm() { + function createSwarm () { self.createSwarm(params.info_hash, function (err, swarm) { if (err) return cb(err) announce(swarm)