Skip to content

Commit

Permalink
Changes to match standard codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
zrrrzzt committed Dec 17, 2015
1 parent 99059c9 commit eb6bd3a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -28,7 +28,6 @@ function sitemapToArray (sitemap, callback) {
} else {
convertData(sitemap, handleConversion)
}

}

module.exports = sitemapToArray
1 change: 0 additions & 1 deletion lib/convert-data.js
Expand Up @@ -50,7 +50,6 @@ function convertData (data, callback) {
return callback(null, output)
}
})

}

module.exports = convertData
2 changes: 0 additions & 2 deletions lib/get-sitemap.js
Expand Up @@ -5,7 +5,6 @@ var validUrl = require('valid-url')
var body = ''

function getSitemap (url, callback) {

if (!url) {
return callback(new Error('Missing required input: url.'))
}
Expand All @@ -22,7 +21,6 @@ function getSitemap (url, callback) {
res.on('end', function () {
return callback(null, body)
})

})

req.on('error', function (error) {
Expand Down

0 comments on commit eb6bd3a

Please sign in to comment.