Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBurchLog committed Jan 26, 2024
1 parent eff7f70 commit cef089b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions brewtils/rest/system_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,11 +478,9 @@ def load_bg_system(self):
% (
self._system_name,
self._version_constraint,
(
self._system_namespace
if self._system_namespace
else "<garden default>",
)
self._system_namespace
if self._system_namespace
else "<garden default>",
)
)

Expand Down

0 comments on commit cef089b

Please sign in to comment.