refactor: clean up whitespace in update-version script

- Removed unnecessary blank lines in the update-version.mjs script for improved readability.
This commit is contained in:
Test User
2025-12-22 16:00:24 -05:00
parent a69611dcb2
commit d08be3c7f9

View File

@@ -44,4 +44,3 @@ try {
console.error(`Error updating version: ${error.message}`); console.error(`Error updating version: ${error.message}`);
process.exit(1); process.exit(1);
} }