Commit f7b5800a authored by Shinya Maeda's avatar Shinya Maeda

Add a blank line between blocks

parent f5f7f90a
...@@ -113,11 +113,13 @@ class PipelinesFinder ...@@ -113,11 +113,13 @@ class PipelinesFinder
else else
:id :id
end end
sort = if params[:sort] =~ /\A(ASC|DESC)\z/i sort = if params[:sort] =~ /\A(ASC|DESC)\z/i
params[:sort] params[:sort]
else else
:desc :desc
end end
items.order(order_by => sort) items.order(order_by => sort)
end end
end end
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