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:
authorFrancisco Lopez <fjlopez@gitlab.com>2017-11-30 18:20:13 +0300
committerFrancisco Lopez <fjlopez@gitlab.com>2017-12-01 20:32:12 +0300
commitc7e7f4444c791eb0ad409310394954578aa232c6 (patch)
treea13044d25051a2eee95c4e8b32c5bc069408e2c7 /lib/api/entities.rb
parentfa6b0a36bd315a4777bb8b3229b89808b95a9489 (diff)
Removing blank line
Diffstat (limited to 'lib/api/entities.rb')
-rw-r--r--lib/api/entities.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index e0eb2ecfb73..910ac4f1814 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -91,7 +91,6 @@ module API
include ::API::ProjectsRelationBuilder
expose :default_branch
-
# Avoids an N+1 query: https://github.com/mbleigh/acts-as-taggable-on/issues/91#issuecomment-168273770
expose :tag_list do |project|
# project.tags.order(:name).pluck(:name) is the most suitable option