Remove unnecessary newline at the end of inject-sw-version.js for cleaner code.

This commit is contained in:
2025-12-29 12:11:00 -06:00
parent 51ce1cbc40
commit a3a78ae117

View File

@@ -21,4 +21,3 @@ swContent = swContent.replace(
writeFileSync(swPath, swContent);
console.log(`Injected version ${version} into service worker`);