From 0a0cbe1274bf25334f9a20a06f4781cd89bf45e4 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Fri, 22 Aug 2014 17:20:31 -0700 Subject: [PATCH] make configuration comment spacing consistent --- config/gitlab.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index d897eb4c02d..47865ff4b44 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -61,7 +61,7 @@ production: &base # Restrict setting visibility levels for non-admin users. # The default is to allow all levels. - #restricted_visibility_levels: [ "public" ] + # restricted_visibility_levels: [ "public" ] ## Automatic issue closing # If a commit message matches this regular expression, all issues referenced from the matched text will be closed.