diff options
author | Vratislav Kalenda <v.kalenda@gmail.com> | 2017-10-08 21:01:45 +0200 |
---|---|---|
committer | Vratislav Kalenda <v.kalenda@gmail.com> | 2017-10-08 21:01:45 +0200 |
commit | cd3fa2a709874c170eabc739f1b9a0f1f495685f (patch) | |
tree | 8f2300c487edfa5cd970839c8e3bf2fdd8f312ab /app/services/auth | |
parent | 74d37438d5361fd4e77993dbc9590b20f7c32100 (diff) | |
download | gitlab-ce-cd3fa2a709874c170eabc739f1b9a0f1f495685f.tar.gz |
remove whitespace
Diffstat (limited to 'app/services/auth')
-rw-r--r-- | app/services/auth/container_registry_authentication_service.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/services/auth/container_registry_authentication_service.rb b/app/services/auth/container_registry_authentication_service.rb index 0de7009e339..2410443ebb6 100644 --- a/app/services/auth/container_registry_authentication_service.rb +++ b/app/services/auth/container_registry_authentication_service.rb @@ -62,7 +62,6 @@ module Auth return { type: type, name: name, actions: ['*'] } end - return unless type == 'repository' process_repository_access(type, path, actions) |