1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-25 09:36:24 -07:00

Remove unnecessary whitespace

This commit is contained in:
deepsource-autofix[bot] 2022-08-14 00:07:27 +00:00 committed by GitHub
parent 2e3cfcc30d
commit eec9f85aa4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,7 +197,7 @@ def set_vars(goos=""):
gochan_exe = "gochan" + exe
migration_bin = "gochan-migration"
migration_exe = "gochan-migration" + exe
with open("version", "r") as version_file:
version = version_file.read().strip()