Skip to content
Snippets Groups Projects
Commit afce4792 authored by Marco Wessel's avatar Marco Wessel
Browse files

actually fix indentation

parent c821412e
No related branches found
No related tags found
1 merge request!314Allow configuring protection of default branch upon first push
Loading
Loading
@@ -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'],
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment