summaryrefslogtreecommitdiff
path: root/cmd/podman/formats
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/podman/formats')
-rw-r--r--cmd/podman/formats/formats.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/podman/formats/formats.go b/cmd/podman/formats/formats.go
index c454c39bd..d063d1e2b 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()
}