diff --git a/src/serve_style.js b/src/serve_style.js index 6a4f777..4682ec2 100644 --- a/src/serve_style.js +++ b/src/serve_style.js @@ -64,7 +64,7 @@ module.exports = function(options, repo, params, id, reportTiles, reportFont) { repo[id] = styleJSON; - var isWhitelistedUrl = function (url) { + var isWhitelistedUrl = function(url) { if (!options.auth || !Array.isArray(options.auth.keyDomains) || options.auth.keyDomains.length === 0) { return false; }