From 5cab7f89b1bfab53403fa3f56f4380c18fd10bba Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Tue, 18 Mar 2025 12:22:49 -0400 Subject: [PATCH] prettier --- scripts/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];