mirror of https://github.com/containers/podman.git
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:
parent
4de0bf9c74
commit
ad3ccd69f9
|
|
@ -125,6 +125,7 @@ func (t StdoutTemplateArray) Out() error {
|
||||||
fmt.Fprintln(w, "")
|
fmt.Fprintln(w, "")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
fmt.Fprintln(w, "")
|
||||||
return w.Flush()
|
return w.Flush()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue