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/service/commit/count_diverging_commits.go')
-rw-r--r--internal/service/commit/count_diverging_commits.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/service/commit/count_diverging_commits.go b/internal/service/commit/count_diverging_commits.go
index 102ef2b68..9ec4aed8d 100644
--- a/internal/service/commit/count_diverging_commits.go
+++ b/internal/service/commit/count_diverging_commits.go
@@ -29,7 +29,6 @@ func (s *server) CountDivergingCommits(ctx context.Context, req *gitalypb.CountD
}
return &gitalypb.CountDivergingCommitsResponse{LeftCount: left, RightCount: right}, nil
-
}
func validateCountDivergingCommitsRequest(req *gitalypb.CountDivergingCommitsRequest) error {