summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMarco Wessel <marco@poop.nl>2015-01-25 18:38:35 +0100
committerMarco Wessel <marco@poop.nl>2015-01-25 18:38:35 +0100
commitafce47923cf184bd11a6122c25fb57fe98f73148 (patch)
tree2f0ae71aabdb53877a13a73f4bd6b05f1004be13 /lib
parentc821412e305b3e7226485d561ce39ab0d419e990 (diff)
downloadgitlab-ce-afce47923cf184bd11a6122c25fb57fe98f73148.tar.gz
actually 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 90f0d648f98..93e7edf508c 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'],