diff --git a/development/build/scripts.js b/development/build/scripts.js index 1bff3e9a134e..926acea8252d 100644 --- a/development/build/scripts.js +++ b/development/build/scripts.js @@ -1222,7 +1222,7 @@ function renderHtmlFile({ .replace('./scripts/load/background.ts', './load-background.js') .replace( '', - `${scriptTags}\n `, + `${scriptTags}\n `, ) .replace('', scriptTags) .replace('', scriptTags)