frappy.verion: cosmetic fix intendation

This commit is contained in:
2026-06-09 14:21:21 +02:00
parent 2a72a94f4a
commit 28c8e197b0
+1 -1
View File
@@ -57,7 +57,7 @@ def read_release_version():
def write_release_version(version):
try:
with RELEASE_VERSION_FILE.open('w', encoding='utf-8') as f:
f.write(f'{version}\n')
f.write(f'{version}\n')
except OSError:
pass # no write permission?