summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarco Wessel <marco@poop.nl>2015-01-25 18:34:02 +0100
committerMarco Wessel <marco@poop.nl>2015-01-25 18:34:02 +0100
commitb20fc14133957d0e71bcf48aed4b426d439681db (patch)
tree8a2399adb58fe8111c9a05ebf914f8095af9c935 /lib
parentaad6ceaef9ccfba8e058012a0877b80c103a3838 (diff)
downloadgitlab-ce-b20fc14133957d0e71bcf48aed4b426d439681db.tar.gz
Fix indentation
Diffstat (limited to 'lib')
-rw-r--r--lib/gitlab/current_settings.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/current_settings.rb b/lib/gitlab/current_settings.rb
index 75afc024a62..90f0d648f98 100644
--- a/lib/gitlab/current_settings.rb
+++ b/lib/gitlab/current_settings.rb
@@ -12,7 +12,7 @@ module Gitlab
def fake_application_settings
OpenStruct.new(
default_projects_limit: Settings.gitlab['default_projects_limit'],
- default_branch_protection: Settings.gitlab['default_branch_protection'],
+ default_branch_protection: Settings.gitlab['default_branch_protection'],
signup_enabled: Settings.gitlab['signup_enabled'],
signin_enabled: Settings.gitlab['signin_enabled'],
gravatar_enabled: Settings.gravatar['enabled'],