From c1d11bf57c3091aa4695e302e21c39b9ec723f54 Mon Sep 17 00:00:00 2001
From: Lin Jen-Shin <godfat@godfat.org>
Date: Tue, 20 Dec 2016 23:30:01 +0800
Subject: [PATCH] Rubocop prefers to indent this way

---
 lib/gitlab/git_access.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/gitlab/git_access.rb b/lib/gitlab/git_access.rb
index f0b241fb5e6..7e1484613f2 100644
--- a/lib/gitlab/git_access.rb
+++ b/lib/gitlab/git_access.rb
@@ -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]
-- 
GitLab