aboutsummaryrefslogtreecommitdiff
path: root/api_torrent_get.go
diff options
context:
space:
mode:
Diffstat (limited to 'api_torrent_get.go')
-rw-r--r--api_torrent_get.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/api_torrent_get.go b/api_torrent_get.go
index 9aa8fbd..0b57c2c 100644
--- a/api_torrent_get.go
+++ b/api_torrent_get.go
@@ -24,7 +24,6 @@ func (this *Client) CallTorrentGet(arguments CallTorrentGetArguments) (CallTorre
var response CallTorrentGetResponse
err := this.Call("torrent-get", arguments, this.makeTag(), &response)
-
return response, err
}
@@ -32,6 +31,5 @@ func (this *Client) CallTorrentGetAll(arguments CallTorrentGetAllArguments) (Cal
var response CallTorrentGetResponse
err := this.Call("torrent-get", arguments, this.makeTag(), &response)
-
return response, err
}