Skip to content

Commit

Permalink
cmd: add missing whitespace in output
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Oct 9, 2018
1 parent 4ff02f1 commit 689a575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kube-score/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func main() {
p.Printf("%s/%s %s", firstCard.ResourceRef.Version, firstCard.ResourceRef.Kind, firstCard.ResourceRef.Name)

if firstCard.ResourceRef.Namespace != "" {
p.Printf("in %s\n", firstCard.ResourceRef.Namespace )
p.Printf(" in %s\n", firstCard.ResourceRef.Namespace )
} else {
p.Println()
}
Expand Down

0 comments on commit 689a575

Please sign in to comment.