Merge pull request #91 from LinusU/standard-style

adhere to padded-blocks
This commit is contained in:
Feross Aboukhadijeh 2015-08-14 23:37:36 +02:00
commit c0f84f9610

View File

@ -438,7 +438,6 @@ Server.prototype._onAnnounce = function (params, cb) {
cb(null, response)
})
}
}
Server.prototype._onScrape = function (params, cb) {