Skip to content

Commit 9248588

Browse files
committed
Fix code format
1 parent 92844f8 commit 9248588

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/ue4docker/info.py

+5-3
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ def info():
6161
"ue4-docker version",
6262
"{}{}".format(
6363
__version__,
64-
""
65-
if latestVersion is None
66-
else " (latest available version is {})".format(latestVersion),
64+
(
65+
""
66+
if latestVersion is None
67+
else " (latest available version is {})".format(latestVersion)
68+
),
6769
),
6870
),
6971
("Operating system", _osName(dockerInfo)),

0 commit comments

Comments
 (0)