Skip to content

Commit 9f82b70

Browse files
committed
Fix linting error for PR from before Travis
1 parent bc6c280 commit 9f82b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ module.exports = function(compiler, options) {
197197
if(req.method !== 'GET') {
198198
return next();
199199
}
200-
200+
201201
var filename = getFilenameFromUrl(req.url);
202202
if(filename === false) return next();
203203

0 commit comments

Comments
 (0)