Skip to content

Commit

Permalink
fix(eslint): Fix formatting for the new ESLint 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgol committed Oct 30, 2015
1 parent 24737e0 commit dc1bbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/middleware/proxy.js
Expand Up @@ -125,6 +125,6 @@ var createProxyHandler = function (proxies, urlRoot) {
return middleware
}

exports.create = function (/* config */ config, /* config.proxies */ proxies) {
exports.create = function (/* config */config, /* config.proxies */proxies) {
return createProxyHandler(parseProxyConfig(proxies, config), config.urlRoot)
}

0 comments on commit dc1bbab

Please sign in to comment.