mirror of
https://github.com/containers/podman.git
synced 2025-06-23 02:18:13 +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, "")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fmt.Fprintln(w, "")
|
||||||
return w.Flush()
|
return w.Flush()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user