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:
Diffstat (limited to 'lib/gitlab/usage_data/topology.rb')
-rw-r--r--lib/gitlab/usage_data/topology.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/usage_data/topology.rb b/lib/gitlab/usage_data/topology.rb
index b823d6cc2bf..d9f23d2d887 100644
--- a/lib/gitlab/usage_data/topology.rb
+++ b/lib/gitlab/usage_data/topology.rb
@@ -130,7 +130,7 @@ module Gitlab
client.query(query)
end
- map_instance_labels(node_uname_info, %w(machine sysname release))
+ map_instance_labels(node_uname_info, %w[machine sysname release])
end
def topology_all_service_memory(client)