Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
slonopotamus committed Feb 4, 2024
1 parent 92844f8 commit 9248588
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/ue4docker/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,11 @@ def info():
"ue4-docker version",
"{}{}".format(
__version__,
""
if latestVersion is None
else " (latest available version is {})".format(latestVersion),
(
""
if latestVersion is None
else " (latest available version is {})".format(latestVersion)
),
),
),
("Operating system", _osName(dockerInfo)),
Expand Down

0 comments on commit 9248588

Please sign in to comment.