Skip to content

Commit

Permalink
minor formatting fix for check output
Browse files Browse the repository at this point in the history
Signed-off-by: R.I.Pienaar <[email protected]>
  • Loading branch information
ripienaar committed Sep 21, 2023
1 parent e1aff83 commit 3994d92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monitor/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ func (r *Result) renderHuman() string {
lines++
}
if lines > 0 {
fmt.Fprintln(buf)
fmt.Fprintln(buf, "Check Metrics")
fmt.Fprintln(buf)
fmt.Fprint(buf, tblWriter.Render())
Expand Down

0 comments on commit 3994d92

Please sign in to comment.