From b1599680818e34af63541426c7c9cab31c5fda6c Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 17 Jul 2014 15:58:33 +1000 Subject: [PATCH] Missing newline between torrents in client status --- client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client.go b/client.go index 2c43af7e..8872a054 100644 --- a/client.go +++ b/client.go @@ -132,6 +132,7 @@ func (cl *Client) WriteStatus(w io.Writer) { } }()) t.WriteStatus(w) + fmt.Fprintln(w) } } -- 2.50.0