diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:24:04 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 13:24:04 +0000 |
commit | 392e363807d02ba905cdb8e0101f926cf97b1e23 (patch) | |
tree | 922b7dec565f04cedffbd0564bc7909332f1ea5c /lib/custodian/alertfactory.rb | |
parent | d9f8cf24628ad0021c84c0aabcacae868597bfa6 (diff) |
Remove spaces inside empty hashes
Diffstat (limited to 'lib/custodian/alertfactory.rb')
-rw-r--r-- | lib/custodian/alertfactory.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/alertfactory.rb b/lib/custodian/alertfactory.rb index 640ae33..f2d8639 100644 --- a/lib/custodian/alertfactory.rb +++ b/lib/custodian/alertfactory.rb @@ -34,7 +34,7 @@ module Custodian # # The subclasses we have. # - @@subclasses = { } + @@subclasses = {} |