summaryrefslogtreecommitdiff
path: root/lib/custodian/alerts/graphite.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2016-04-22 21:54:18 +0300
committerSteve Kemp <steve@steve.org.uk>2016-04-22 21:54:18 +0300
commit85a9a63eb5d8690fd7945bba901b10ef8c3326c9 (patch)
tree7d19fa2c6f951ad9c2537f75c397a9adb94e7372 /lib/custodian/alerts/graphite.rb
parent67fbf68705e1808107e8cea1d3ab6ad0e206f645 (diff)
More rubocop fixes.
Diffstat (limited to 'lib/custodian/alerts/graphite.rb')
-rw-r--r--lib/custodian/alerts/graphite.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/alerts/graphite.rb b/lib/custodian/alerts/graphite.rb
index 9d69c28..0244047 100644
--- a/lib/custodian/alerts/graphite.rb
+++ b/lib/custodian/alerts/graphite.rb
@@ -23,7 +23,7 @@ module Custodian
# Constructor - save the test-object away.
#
def initialize(obj)
- @test = obj
+ @test = obj
end