Remove invalid blank line when printing jobs

This commit is contained in:
Janet Kuo 2015-10-26 17:23:56 -07:00
parent fcd99461ff
commit cb2466c50f

View File

@ -731,7 +731,7 @@ func printJob(job *extensions.Job, w io.Writer, withNamespace bool, wide bool, s
} }
selector, _ := extensions.PodSelectorAsSelector(job.Spec.Selector) selector, _ := extensions.PodSelectorAsSelector(job.Spec.Selector)
_, err := fmt.Fprintf(w, "%s\t%s\t%s\t%s\t%d\n", _, err := fmt.Fprintf(w, "%s\t%s\t%s\t%s\t%d",
name, name,
firstContainer.Name, firstContainer.Name,
firstContainer.Image, firstContainer.Image,