aboutsummaryrefslogtreecommitdiffstats
path: root/clients/http
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2016-08-13 01:51:00 +0200
committerMáximo Cuadros <mcuadros@gmail.com>2016-08-13 01:51:00 +0200
commita6ea9e8dd2eda48c8405f609e0fb444d3717af53 (patch)
treea2815bca686619d10151a531cddf5a7fdadedffa /clients/http
parentae999ede139f5fa5601ffb7c55979608b112d274 (diff)
downloadgo-git-a6ea9e8dd2eda48c8405f609e0fb444d3717af53.tar.gz
Repository and Remote API changes
Diffstat (limited to 'clients/http')
-rw-r--r--clients/http/git_upload_pack.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/clients/http/git_upload_pack.go b/clients/http/git_upload_pack.go
index 1113eb1..860318f 100644
--- a/clients/http/git_upload_pack.go
+++ b/clients/http/git_upload_pack.go
@@ -26,7 +26,6 @@ func NewGitUploadPackService() *GitUploadPackService {
func (s *GitUploadPackService) Connect(url common.Endpoint) error {
s.endpoint = url
-
return nil
}