Skip to content
Snippets Groups Projects
Commit c1d11bf5 authored by Lin Jen-Shin's avatar Lin Jen-Shin
Browse files

Rubocop prefers to indent this way

parent 884f57c9
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -100,8 +100,8 @@ module Gitlab
return if deploy_key?
 
passed = user_can_download_code? ||
build_can_download_code? ||
guest_can_download_code?
build_can_download_code? ||
guest_can_download_code?
 
unless passed
raise UnauthorizedError, ERROR_MESSAGES[:download]
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