diff --git a/cmd/lncli/commands.go b/cmd/lncli/commands.go index f33bea812..381fbf1cd 100644 --- a/cmd/lncli/commands.go +++ b/cmd/lncli/commands.go @@ -34,6 +34,7 @@ func printJSON(resp interface{}) { var out bytes.Buffer json.Indent(&out, b, "", "\t") + out.WriteString("\n") out.WriteTo(os.Stdout) }