Skip to content

Commit dc1bbab

Browse files
committed
fix(eslint): Fix formatting for the new ESLint 1.8.0
1 parent 24737e0 commit dc1bbab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/middleware/proxy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@ var createProxyHandler = function (proxies, urlRoot) {
125125
return middleware
126126
}
127127

128-
exports.create = function (/* config */ config, /* config.proxies */ proxies) {
128+
exports.create = function (/* config */config, /* config.proxies */proxies) {
129129
return createProxyHandler(parseProxyConfig(proxies, config), config.urlRoot)
130130
}

0 commit comments

Comments
 (0)