diff --git a/scripts/build.js b/scripts/build.js index 517766a0d..31b335a96 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -346,7 +346,7 @@ if (isDeveloping) { }, }, middleware: [ - function simulateWebawesomeApp (req, res, next) { + function simulateWebawesomeApp(req, res, next) { // Accumulator for strings so we can pass them through nunjucks a second time similar to how the webawesome-app // will be running nunjucks twice. const finalString = [];