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/git/catfile/batchcheck.go')
-rw-r--r--internal/git/catfile/batchcheck.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/git/catfile/batchcheck.go b/internal/git/catfile/batchcheck.go
index 9dc3356ee..372319cc0 100644
--- a/internal/git/catfile/batchcheck.go
+++ b/internal/git/catfile/batchcheck.go
@@ -7,9 +7,10 @@ import (
"io"
"sync"
- "gitlab.com/gitlab-org/gitaly/internal/git"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
+
+ "gitlab.com/gitlab-org/gitaly/internal/git"
)
// batchCheck encapsulates a 'git cat-file --batch-check' process