Skip to content

Commit bb5c870

Browse files
fixup dumb spacing error
1 parent 082709a commit bb5c870

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

umu/umu_run.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ def check_env(env: dict[str, str]) -> tuple[dict[str, str] | dict[str, Any], boo
120120
pfx: Path = Path.home().joinpath("Games", env["STORE"])
121121
else:
122122
pfx: Path = Path.home().joinpath("Games", "umu", env["GAMEID"])
123-
124123
else:
125124
pfx: Path = Path(os.environ["WINEPREFIX"]).expanduser()
126125

0 commit comments

Comments
 (0)