mirror of
https://github.com/containers/podman.git
synced 2025-06-22 01:48:54 +08:00
Merge pull request #4 from edsantiago/pr2389_update
update: remove duplicate newline
This commit is contained in:
@ -120,10 +120,6 @@ func (t StdoutTemplateArray) Out() error {
|
||||
fmt.Fprintln(w, "")
|
||||
continue
|
||||
}
|
||||
// Only print new line at the end of the output if stdout is the terminal
|
||||
if terminal.IsTerminal(int(os.Stdout.Fd())) {
|
||||
fmt.Fprintln(w, "")
|
||||
}
|
||||
}
|
||||
fmt.Fprintln(w, "")
|
||||
return w.Flush()
|
||||
|
Reference in New Issue
Block a user