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-05 22:00:57 +0300
committerPawel Chojnacki <pawel@chojnacki.ws>2017-06-05 22:00:57 +0300
commit1b6ab2dffce29df53f57cd857720b9f77ab4a7ca (patch)
tree157788a60b5ba0fb87870e5fca6ac808535d4364 /lib/gitlab/prometheus_client.rb
parentffedc52eaa33a7a31d3a7b4893387e81163a3d5f (diff)
Remove orig file + rubocop cleanup
Diffstat (limited to 'lib/gitlab/prometheus_client.rb')
-rw-r--r--lib/gitlab/prometheus_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/prometheus_client.rb b/lib/gitlab/prometheus_client.rb
index f4ef4ff8ba4..aa94614bf18 100644
--- a/lib/gitlab/prometheus_client.rb
+++ b/lib/gitlab/prometheus_client.rb
@@ -29,7 +29,7 @@ module Gitlab
end
end
- def label_values(name='__name__')
+ def label_values(name = '__name__')
json_api_get("label/#{name}/values")
end