actually fix indentation
This commit is contained in:
parent
c821412e30
commit
afce47923c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ module Gitlab
|
||||||
def fake_application_settings
|
def fake_application_settings
|
||||||
OpenStruct.new(
|
OpenStruct.new(
|
||||||
default_projects_limit: Settings.gitlab['default_projects_limit'],
|
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'],
|
signup_enabled: Settings.gitlab['signup_enabled'],
|
||||||
signin_enabled: Settings.gitlab['signin_enabled'],
|
signin_enabled: Settings.gitlab['signin_enabled'],
|
||||||
gravatar_enabled: Settings.gravatar['enabled'],
|
gravatar_enabled: Settings.gravatar['enabled'],
|
||||||
|
|
Loading…
Reference in a new issue