diff options
| author | Marco Wessel <marco@poop.nl> | 2015-01-25 18:34:02 +0100 |
|---|---|---|
| committer | Marco Wessel <marco@poop.nl> | 2015-01-25 18:34:02 +0100 |
| commit | b20fc14133957d0e71bcf48aed4b426d439681db (patch) | |
| tree | 8a2399adb58fe8111c9a05ebf914f8095af9c935 /lib | |
| parent | aad6ceaef9ccfba8e058012a0877b80c103a3838 (diff) | |
| download | gitlab-ce-b20fc14133957d0e71bcf48aed4b426d439681db.tar.gz | |
Fix indentation
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gitlab/current_settings.rb | 2 |
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'], |
