frappy.verion: cosmetic fix intendation

This commit is contained in:
2026-03-13 14:48:31 +01:00
parent 2138d9b0bc
commit 94fd26d20d
+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?