Skip to content

Commit

Permalink
Automatic corrections for lib/kubernetes-deploy/statsd.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Timothy Smith authored and shopify-admins committed Dec 10, 2018
1 parent 19728c0 commit 7d82372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kubernetes-deploy/statsd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def self.increment(key, value = 1, *metric_options)
super
end

def self.distribution(key, value=nil, *metric_options, &block)
def self.distribution(key, value = nil, *metric_options, &block)
if metric_options && metric_options.first.is_a?(Hash)
metric_options.first[:prefix] = PREFIX
end
Expand Down

0 comments on commit 7d82372

Please sign in to comment.