From 5990aeb7198a4961a363eeb422a3faa57c8dc029 Mon Sep 17 00:00:00 2001 From: Máximo Cuadros Date: Tue, 6 Dec 2016 23:17:16 +0100 Subject: revision based on goreportcard.com --- plumbing/transport/internal/common/common.go | 1 - 1 file changed, 1 deletion(-) (limited to 'plumbing/transport/internal/common') diff --git a/plumbing/transport/internal/common/common.go b/plumbing/transport/internal/common/common.go index f6aa204..11c86ef 100644 --- a/plumbing/transport/internal/common/common.go +++ b/plumbing/transport/internal/common/common.go @@ -277,7 +277,6 @@ func (s *session) checkNotFoundError() error { return fmt.Errorf("unknown error: %s", line) } - return nil } var ( -- cgit