From 0b529da1d940acfdb09db0fc23844098cc6763cf Mon Sep 17 00:00:00 2001 From: Alexander Baranov Date: Mon, 1 Jun 2015 22:58:21 +0300 Subject: [PATCH] Remove obsolete spaces --- client.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/client.go b/client.go index 62bfb8ee..e43c9f19 100644 --- a/client.go +++ b/client.go @@ -2016,8 +2016,6 @@ func (t Torrent) DownloadAll() { t.cl.raisePiecePriority(t.torrent, t.numPieces()-1, piecePriorityReadahead) } - - // Returns nil metainfo if it isn't in the cache. Checks that the retrieved // metainfo has the correct infohash. func (cl *Client) torrentCacheMetaInfo(ih InfoHash) (mi *metainfo.MetaInfo, err error) { -- 2.48.1