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.renderToString = function (callback) {
callback('To use prerendering, you must install the \'aspnet-prerendering\' NPM package.');
return;
}
return aspNetPrerendering.renderToString.apply(this, arguments);
};