Skip to content

Commit afcb6df

Browse files
authored
standard
1 parent 65c02dd commit afcb6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ Server.prototype._onRequest = function (params, cb) {
656656

657657
Server.prototype._onAnnounce = function (params, cb) {
658658
var self = this
659-
659+
660660
if (self._filter) {
661661
self._filter(params.info_hash, params, function (err) {
662662
// Presence of `err` means that this announce request is disallowed
@@ -673,7 +673,7 @@ Server.prototype._onAnnounce = function (params, cb) {
673673
announce(swarm)
674674
})
675675
}
676-
676+
677677
// Get existing swarm, or create one if one does not exist
678678
function getOrCreateSwarm (cb) {
679679
self.getSwarm(params.info_hash, function (err, swarm) {

0 commit comments

Comments
 (0)