diff --git a/cmd/podman/formats/formats.go b/cmd/podman/formats/formats.go index c454c39bdb..d063d1e2b9 100644 --- a/cmd/podman/formats/formats.go +++ b/cmd/podman/formats/formats.go @@ -125,6 +125,7 @@ func (t StdoutTemplateArray) Out() error { fmt.Fprintln(w, "") } } + fmt.Fprintln(w, "") return w.Flush() }