1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 17:15:30 +02:00

Update formatting commands in package.json and pyproject.toml; refactor indentation in Python scripts for consistency

This commit is contained in:
mr. M 2025-01-12 17:01:36 +01:00
parent 225ab67a50
commit 9775e1c75d
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
4 changed files with 33 additions and 33 deletions

View file

@ -72,5 +72,6 @@ def main() -> int:
print(f"Current version: {current_version}, RC version: {rc_response}")
return 1
if __name__ == "__main__":
sys.exit(main())