Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Chojnacki <pawel@chojnacki.ws>2017-06-01 15:38:40 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-06-02 20:45:58 +0300
commit7b75004d603618d67aa50574bfc80627a6eaf72b (patch)
tree54d9150701d7b7769ac010b6909646116df49d84
parent68b946e3c8d3a1e7463cf8923ecd748f33c8ccee (diff)
Add missing trailing newlines
-rw-r--r--lib/gitlab/health_checks/prometheus_text_format.rb2
-rw-r--r--lib/gitlab/metrics.rb2
-rw-r--r--lib/gitlab/metrics/prometheus.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/gitlab/health_checks/prometheus_text_format.rb b/lib/gitlab/health_checks/prometheus_text_format.rb
index e7ec1c516a2..6b81eeddfc9 100644
--- a/lib/gitlab/health_checks/prometheus_text_format.rb
+++ b/lib/gitlab/health_checks/prometheus_text_format.rb
@@ -37,4 +37,4 @@ module Gitlab
end
end
end
-end \ No newline at end of file
+end
diff --git a/lib/gitlab/metrics.rb b/lib/gitlab/metrics.rb
index 995715417f8..4779755bb22 100644
--- a/lib/gitlab/metrics.rb
+++ b/lib/gitlab/metrics.rb
@@ -7,4 +7,4 @@ module Gitlab
influx_metrics_enabled? || prometheus_metrics_enabled?
end
end
-end \ No newline at end of file
+end
diff --git a/lib/gitlab/metrics/prometheus.rb b/lib/gitlab/metrics/prometheus.rb
index 493da4d779c..60686509332 100644
--- a/lib/gitlab/metrics/prometheus.rb
+++ b/lib/gitlab/metrics/prometheus.rb
@@ -38,4 +38,4 @@ module Gitlab
end
end
end
-end \ No newline at end of file
+end