Skip to content

Commit

Permalink
add newline to images output
Browse files Browse the repository at this point in the history
ensure a final newline is always added to images output.

fixes containers#2388

Signed-off-by: baude <[email protected]>
  • Loading branch information
baude committed Feb 20, 2019
1 parent 4de0bf9 commit ad3ccd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/podman/formats/formats.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ func (t StdoutTemplateArray) Out() error {
fmt.Fprintln(w, "")
}
}
fmt.Fprintln(w, "")
return w.Flush()
}

Expand Down

0 comments on commit ad3ccd6

Please sign in to comment.