Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
thl-cmk committed Jun 17, 2023
1 parent bc9dbb0 commit df763d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmk/base/api/agent_based/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ def check_levels_predictive(
if notice_only:
yield Result(state=value_state, notice=info_text + levels_text)
else:
yield Result(state=value_state, summary=info_text + levels_text)
yield Result(state=value_state, summary=info_text + levels_text)
yield Metric(metric_name, value, levels=levels_upper, boundaries=boundaries)
if ref_value:
yield Metric("predict_%s" % metric_name, ref_value)
Expand Down

0 comments on commit df763d0

Please sign in to comment.