Commit 55448528 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Remove blank line between if/else clause, feedback:

https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5142#note_13047184
parent 66b91ce9
...@@ -434,7 +434,6 @@ class Project < ActiveRecord::Base ...@@ -434,7 +434,6 @@ class Project < ActiveRecord::Base
if ct.nil? if ct.nil?
builds.none builds.none
else else
builds.joins(:pipeline). builds.joins(:pipeline).
merge(Ci::Pipeline.where(sha: ct.sha)). merge(Ci::Pipeline.where(sha: ct.sha)).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment