提交 547dd817 编写于 作者: P Pawel Chojnacki

Fix rubocop warnings

上级 4cf6be2b
......@@ -2,7 +2,7 @@ module Gitlab
module Metrics
# Class for tracking timing information about method calls
class MethodCall
BASE_LABELS = { module: nil, method: nil }
BASE_LABELS = { module: nil, method: nil }.freeze
attr_reader :real_time, :cpu_time, :call_count
def self.call_real_duration_histogram
......
......@@ -62,4 +62,3 @@ module Gitlab
end
end
end
......@@ -100,4 +100,4 @@ module Gitlab
end
end
end
end
\ No newline at end of file
end
......@@ -47,4 +47,4 @@ module Gitlab
end
end
end
end
\ No newline at end of file
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册