From 0d99b8b0550084ef55f294b33ef5e12608fd5035 Mon Sep 17 00:00:00 2001 From: Jaz Volpert Date: Fri, 4 Oct 2024 13:49:59 -0700 Subject: [PATCH] Consistent spacing for variable handlebars --- scripts/post-web-build.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/post-web-build.js b/scripts/post-web-build.js index 5619b251b7..3b1b62dfd8 100644 --- a/scripts/post-web-build.js +++ b/scripts/post-web-build.js @@ -23,10 +23,10 @@ const outputFile = entrypoints const ext = path.extname(file) if (ext === '.js') { - return `` + return `` } if (ext === '.css') { - return `` + return `` } return ''