Commit cd3fa2a7 authored by Vratislav Kalenda's avatar Vratislav Kalenda

remove whitespace

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