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 'cmd/gitaly-remote/add_test.go')
-rw-r--r--cmd/gitaly-remote/add_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/gitaly-remote/add_test.go b/cmd/gitaly-remote/add_test.go
index 1faf45721..ca0eb8317 100644
--- a/cmd/gitaly-remote/add_test.go
+++ b/cmd/gitaly-remote/add_test.go
@@ -54,5 +54,4 @@ func TestAddRemote(t *testing.T) {
require.Equal(t, tc.url, strings.TrimSpace(string(out)))
})
}
-
}