Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/linguist')
-rw-r--r--internal/linguist/linguist.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/linguist/linguist.go b/internal/linguist/linguist.go
index b8ab27269..0a0359626 100644
--- a/internal/linguist/linguist.go
+++ b/internal/linguist/linguist.go
@@ -32,7 +32,6 @@ func Stats(ctx context.Context, repoPath string, commitID string) (map[string]in
if err != nil {
return nil, err
}
- defer reader.Close()
data, err := ioutil.ReadAll(reader)
if err != nil {