mirror of
https://github.com/containers/podman.git
synced 2025-06-22 18:08:11 +08:00
add newline to images output
ensure a final newline is always added to images output. fixes #2388 Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
@ -125,6 +125,7 @@ func (t StdoutTemplateArray) Out() error {
|
||||
fmt.Fprintln(w, "")
|
||||
}
|
||||
}
|
||||
fmt.Fprintln(w, "")
|
||||
return w.Flush()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user