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:
authorShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-02-21 12:19:27 +0300
committerShinya Maeda <gitlab.shinyamaeda@gmail.com>2017-05-02 20:11:50 +0300
commit01f6083939f8f9559f7e134f111bd40d17d357f9 (patch)
treebae7a73f070058796176fafde2eb0d47b26ea46a /app/finders
parente9d94451959e4717e0ba4ca882b5a54437efbee1 (diff)
Remove unnecessary comment
Diffstat (limited to 'app/finders')
-rw-r--r--app/finders/pipelines_finder.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/finders/pipelines_finder.rb b/app/finders/pipelines_finder.rb
index 5a5416d00cc..3a95a1eb2ae 100644
--- a/app/finders/pipelines_finder.rb
+++ b/app/finders/pipelines_finder.rb
@@ -87,7 +87,7 @@ class PipelinesFinder
items
end
end
-
+
def by_duration(items)
if params[:duration].present?
items.where("duration > ?", params[:duration])