summaryrefslogtreecommitdiff
path: root/config.ru
diff options
context:
space:
mode:
authorAleksei Lipniagov <alipniagov@gitlab.com>2019-08-09 16:25:03 +0300
committerAleksei Lipniagov <alipniagov@gitlab.com>2019-08-12 13:52:15 +0300
commitdebc497dbb97f2850f559b7053151419c72c4781 (patch)
tree8757a596f21899f32b3ecd07f54875863a2196ad /config.ru
parent3f9815865c38aeec0007b4ef3c636be51967b661 (diff)
downloadgitlab-ce-debc497dbb97f2850f559b7053151419c72c4781.tar.gz
Remove extra blank line
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru1
1 files changed, 0 insertions, 1 deletions
diff --git a/config.ru b/config.ru
index d3c6e304998..530d8e32377 100644
--- a/config.ru
+++ b/config.ru
@@ -17,7 +17,6 @@ end
require ::File.expand_path('../config/environment', __FILE__)
-
# The following is necessary to ensure stale Prometheus metrics don't accumulate over time.
# It needs to be done as early as here to ensure metrics files aren't deleted.
# After we hit our app in `warmup`, first metrics and corresponding files already being created,