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:
authorJohn Cai <jcai@gitlab.com>2024-01-10 22:18:13 +0300
committerJohn Cai <jcai@gitlab.com>2024-01-11 19:20:55 +0300
commita0c091e25cf170f15d0d29d160f581900c4d68eb (patch)
treeec588288fe29f569d52c930ec5fe2158d251eaed
parent3face85db2208470d13eeddbeb5ca1847d13d70d (diff)
adding a commentjc/test-rails-pipeline
-rw-r--r--cmd/gitaly/main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/gitaly/main.go b/cmd/gitaly/main.go
index 14190f3eb..a1d416aa2 100644
--- a/cmd/gitaly/main.go
+++ b/cmd/gitaly/main.go
@@ -11,4 +11,6 @@ func main() {
if err := cli.NewApp().Run(os.Args); err != nil {
log.Fatal(err)
}
+
+ // adding a comment
}