Fix some whitespace issues

This commit is contained in:
SteveSandersonMS
2016-06-21 15:44:38 +01:00
parent bb53a94cfa
commit 1a53411046
3 changed files with 5 additions and 5 deletions

View File

@@ -7,6 +7,6 @@ module.exports.createWebpackDevServer = function (callback) {
callback('To use webpack dev middleware, you must install the \'aspnet-webpack\' NPM package.');
return;
}
return aspNetWebpack.createWebpackDevServer.apply(this, arguments);
};