From bd354ad3ccd0ad85571958aef20c7d7ab903204d Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Thu, 21 Feb 2019 06:08:57 -0700 Subject: update: remove duplicate newline Signed-off-by: Ed Santiago --- cmd/podman/formats/formats.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cmd/podman/formats') diff --git a/cmd/podman/formats/formats.go b/cmd/podman/formats/formats.go index d063d1e2b..37f9b8a20 100644 --- a/cmd/podman/formats/formats.go +++ b/cmd/podman/formats/formats.go @@ -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() -- cgit v1.2.3-54-g00ecf