Skip to content

Commit

Permalink
fix: fixes errant line braek after 'Container left'.
Browse files Browse the repository at this point in the history
  • Loading branch information
atombender committed Oct 3, 2022
1 parent b913831 commit b6773e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ func main() {
break
}
}
printInfo(fmt.Sprintf("Container left (%s) [%s]\n", status,
printInfo(fmt.Sprintf("Container left (%s) [%s]", status,
formatPodAndContainer(pod, container)))
}
},
Expand Down

0 comments on commit b6773e3

Please sign in to comment.