Skip to content

Commit

Permalink
style: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Apr 7, 2021
1 parent 92b0c66 commit a7a7212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/mdns.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ module.exports = function mdnsResponder(app) {
})

return {
stop: function() {
ads.forEach(function(ad) {
stop: function () {
ads.forEach(function (ad) {
debug('Stopping mDNS advertisement...')
ad.stop()
})
Expand Down

0 comments on commit a7a7212

Please sign in to comment.