Skip to content

Commit

Permalink
style(lint): fix linting error.
Browse files Browse the repository at this point in the history
  • Loading branch information
jambonrose authored and joshwiens committed Jan 14, 2017
1 parent ac2389f commit 04e9c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ function createPreprocesor( /* config.basePath */ basePath, webpackPlugin) {
}

function createWebpackBlocker() {
return function (request, response, next) {
return function(request, response, next) {
if (isBlocked) {
blocked.push(next)
} else {
Expand Down

0 comments on commit 04e9c85

Please sign in to comment.