Commit cd3fa2a7 authored by Vratislav Kalenda's avatar Vratislav Kalenda

remove whitespace

parent 74d37438
...@@ -62,7 +62,6 @@ module Auth ...@@ -62,7 +62,6 @@ module Auth
return { type: type, name: name, actions: ['*'] } return { type: type, name: name, actions: ['*'] }
end end
return unless type == 'repository' return unless type == 'repository'
process_repository_access(type, path, actions) process_repository_access(type, path, actions)
......
...@@ -140,9 +140,7 @@ describe Auth::ContainerRegistryAuthenticationService do ...@@ -140,9 +140,7 @@ describe Auth::ContainerRegistryAuthenticationService do
it_behaves_like 'not a container repository factory' it_behaves_like 'not a container repository factory'
end end
end end
context 'for private project' do context 'for private project' do
let(:project) { create(:project) } let(:project) { create(:project) }
......
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