Skip to content
Snippets Groups Projects
Commit cd3fa2a7 authored by Vratislav Kalenda's avatar Vratislav Kalenda
Browse files

remove whitespace

parent 74d37438
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -62,7 +62,6 @@ module Auth
return { type: type, name: name, actions: ['*'] }
end
 
return unless type == 'repository'
 
process_repository_access(type, path, actions)
Loading
Loading
Loading
Loading
@@ -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) }
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment