Skip to content

Commit 38a2ff4

Browse files
program-row: Run formatter
1 parent 0967184 commit 38a2ff4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bottles/frontend/program_row.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,9 @@ def update(result, _error=False):
341341
)
342342
else:
343343
self.window.show_toast(
344-
_('"{0}" failed adding to your Steam library').format(self.program["name"])
344+
_('"{0}" failed adding to your Steam library').format(
345+
self.program["name"]
346+
)
345347
)
346348

347349
steam_manager = SteamManager(self.config)

0 commit comments

Comments
 (0)