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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2019-01-25 01:53:30 +0300
committerJohn Cai <jcai@gitlab.com>2019-01-25 21:45:48 +0300
commit662b0abc5f63904a7391747498dd9af2cb347b68 (patch)
tree6a1a47aeaf3e4348a6505874671b4ed9de7a3118
parent499b1980d4bed275c875c671e0d0e50d9186a54d (diff)
removing useless commentgitaly-test-get-all-tags
-rw-r--r--app/models/ability.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/ability.rb b/app/models/ability.rb
index f667fbb71b6..1466407d0d1 100644
--- a/app/models/ability.rb
+++ b/app/models/ability.rb
@@ -1,5 +1,4 @@
# frozen_string_literal: true
-# another useless comment
require_dependency 'declarative_policy'