Skip to content

Commit

Permalink
Adds missing newline character (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
djperrefort committed Sep 19, 2024
1 parent 223a42b commit 1e4936b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keystone_api/apps/allocations/tasks/limits.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,6 @@ def update_limit_for_account(account: ResearchGroup, cluster: Cluster) -> None:
log.debug(f"Summary of limits update for {account.name} on {cluster.name}:\n"
f"> Service units from active allocations: {active_sus}\n"
f"> Service units from closing allocations: {closing_sus}\n"
f"> {closing_summary}"
f"> {closing_summary}\n"
f"> historical usage change: {historical_usage} -> {updated_historical_usage}\n"
f"> limit change: {current_limit} -> {updated_limit}")

0 comments on commit 1e4936b

Please sign in to comment.