Delete extra empty line in project.rb

parent 5eeeaff2
...@@ -255,7 +255,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do ...@@ -255,7 +255,6 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
resources :jobs, only: [:index, :show], constraints: { id: /\d+/ } do resources :jobs, only: [:index, :show], constraints: { id: /\d+/ } do
collection do collection do
resources :artifacts, only: [] do resources :artifacts, only: [] do
collection do collection do
get :latest_succeeded, get :latest_succeeded,
......
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